Skip to content

Commit 577d9e0

Browse files
committedMar 9, 2017
Skip WMS_GetPrint_SRS test in PyQgsServer
As per discussion with Alessandro Pasotti cherry-picked from 2af1e9f
1 parent 11338a2 commit 577d9e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tests/src/python/test_qgsserver.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,7 @@ def test_wms_getprint_basic(self):
584584
r, h = self._result(self.server.handleRequest(qs))
585585
self._img_diff_error(r, h, "WMS_GetPrint_Basic")
586586

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

0 commit comments

Comments
 (0)
Please sign in to comment.