Skip to content

Commit 3c18232

Browse files
committed
Unskip test_wms_getprint_srs (GetPrint has been refactored since)
1 parent e90f601 commit 3c18232

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/src/python/test_qgsserver_wms.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,6 @@ def test_wms_getprint_legend(self):
12861286
r, h = self._result(self._execute_request(qs))
12871287
self._img_diff_error(r, h, "WMS_GetPrint_Legend")
12881288

1289-
@unittest.skip('Randomly failing to draw the map layer')
12901289
def test_wms_getprint_srs(self):
12911290
qs = "?" + "&".join(["%s=%s" % i for i in list({
12921291
"MAP": urllib.parse.quote(self.projectPath),

0 commit comments

Comments
 (0)