Skip to content

Commit bd2b452

Browse files
committed
Skip WMS_GetPrint_SRS test in PyQgsServer
As per discussion with Alessandro Pasotti cherry-picked from 2af1e9f
1 parent fa9a000 commit bd2b452

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
@@ -600,6 +600,7 @@ def test_wms_getprint_basic(self):
600600
r, h = self._result(self.server.handleRequest(qs))
601601
self._img_diff_error(r, h, "WMS_GetPrint_Basic")
602602

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

0 commit comments

Comments
 (0)