We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa9a000 commit bd2b452Copy full SHA for bd2b452
tests/src/python/test_qgsserver.py
@@ -600,6 +600,7 @@ def test_wms_getprint_basic(self):
600
r, h = self._result(self.server.handleRequest(qs))
601
self._img_diff_error(r, h, "WMS_GetPrint_Basic")
602
603
+ @unittest.skip('Randomly failing to draw the map layer')
604
def test_wms_getprint_srs(self):
605
qs = "&".join(["%s=%s" % i for i in list({
606
"MAP": urllib.quote(self.projectPath),
0 commit comments