Skip to content

Commit

Permalink
Unskip test_wms_getprint_srs (GetPrint has been refactored since)
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Oct 19, 2017
1 parent e90f601 commit 3c18232
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/src/python/test_qgsserver_wms.py
Expand Up @@ -1286,7 +1286,6 @@ def test_wms_getprint_legend(self):
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),
Expand Down

0 comments on commit 3c18232

Please sign in to comment.