Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Aug 9, 2018
1 parent 6c496f2 commit 03a1990
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .ci/travis/linux/blacklist.txt
Expand Up @@ -23,7 +23,7 @@ qgis_ziplayertest
PyQgsSpatialiteProvider

# Flaky, see https://travis-ci.org/qgis/QGIS/jobs/297708174
PyQgsServerAccessControl
#PyQgsServerAccessControl

# Need a local postgres installation
PyQgsAuthManagerPKIPostgresTest
Expand Down
4 changes: 0 additions & 4 deletions tests/src/python/test_qgsserver_accesscontrol.py
Expand Up @@ -209,10 +209,6 @@ def tearDown(self):

# # WMS # # WMS # # WMS # #

def test_tested(self):
self.assertTrue(True)
self.assertTrue(False)

def test_wms_getcapabilities(self):
query_string = "&".join(["%s=%s" % i for i in list({
"MAP": urllib.parse.quote(self.projectPath),
Expand Down

0 comments on commit 03a1990

Please sign in to comment.