mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Unskip test_wms_getprint_srs (GetPrint has been refactored since)
This commit is contained in:
parent
e90f601a15
commit
3c18232c34
@ -1286,7 +1286,6 @@ class TestQgsServerWMS(QgsServerTestBase):
|
||||
r, h = self._result(self._execute_request(qs))
|
||||
self._img_diff_error(r, h, "WMS_GetPrint_Legend")
|
||||
|
||||
@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.parse.quote(self.projectPath),
|
||||
|
Loading…
x
Reference in New Issue
Block a user