Skip to content

Commit

Permalink
Skip WMS_GetPrint_SRS test in PyQgsServer
Browse files Browse the repository at this point in the history
As per discussion with Alessandro Pasotti

cherry-picked from 2af1e9f
  • Loading branch information
dakcarto committed Mar 9, 2017
1 parent 11338a2 commit 577d9e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/python/test_qgsserver.py
Expand Up @@ -584,6 +584,7 @@ def test_wms_getprint_basic(self):
r, h = self._result(self.server.handleRequest(qs))
self._img_diff_error(r, h, "WMS_GetPrint_Basic")

@unittest.skip('Randomly failing to draw the map layer')
def test_wms_getprint_srs(self):
qs = "&".join(["%s=%s" % i for i in list({
"MAP": urllib.quote(self.projectPath),
Expand Down

0 comments on commit 577d9e0

Please sign in to comment.