Skip to content

Commit 03a1990

Browse files
committed
Fix test
1 parent 6c496f2 commit 03a1990

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.ci/travis/linux/blacklist.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ qgis_ziplayertest
2323
PyQgsSpatialiteProvider
2424

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

2828
# Need a local postgres installation
2929
PyQgsAuthManagerPKIPostgresTest

tests/src/python/test_qgsserver_accesscontrol.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,6 @@ def tearDown(self):
209209

210210
# # WMS # # WMS # # WMS # #
211211

212-
def test_tested(self):
213-
self.assertTrue(True)
214-
self.assertTrue(False)
215-
216212
def test_wms_getcapabilities(self):
217213
query_string = "&".join(["%s=%s" % i for i in list({
218214
"MAP": urllib.parse.quote(self.projectPath),

0 commit comments

Comments
 (0)