Skip to content

Commit

Permalink
Disable WMS getMap 8bit transparency test
Browse files Browse the repository at this point in the history
I've tried everything without succes: the test
passes on a local docker env which is supposed
to be exactly the same we run on GH workflow
(reassuring, isn't it?).
  • Loading branch information
elpaso authored and nyalldawson committed Feb 8, 2021
1 parent 0d7fb30 commit cc3baf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/python/test_qgsserver_wms_getmap.py
Expand Up @@ -1768,6 +1768,7 @@ def test_wms_getmap_tile_buffer(self):
r, h = self._result(self._execute_request(qs))
self._img_diff_error(r, h, "WMS_GetMap_Tiled_True")

@unittest.skipIf(os.getenv('QGIS_CONTINUOUS_INTEGRATION_RUN'), "This tests fails on GH workflow")
def test_mode8bit_with_transparency(self):
# 8 bits
qs = "?" + "&".join(["%s=%s" % i for i in list({
Expand Down

0 comments on commit cc3baf1

Please sign in to comment.