We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c496f2 commit 03a1990Copy full SHA for 03a1990
.ci/travis/linux/blacklist.txt
@@ -23,7 +23,7 @@ qgis_ziplayertest
23
PyQgsSpatialiteProvider
24
25
# Flaky, see https://travis-ci.org/qgis/QGIS/jobs/297708174
26
-PyQgsServerAccessControl
+#PyQgsServerAccessControl
27
28
# Need a local postgres installation
29
PyQgsAuthManagerPKIPostgresTest
tests/src/python/test_qgsserver_accesscontrol.py
@@ -209,10 +209,6 @@ def tearDown(self):
209
210
# # WMS # # WMS # # WMS # #
211
212
- def test_tested(self):
213
- self.assertTrue(True)
214
- self.assertTrue(False)
215
-
216
def test_wms_getcapabilities(self):
217
query_string = "&".join(["%s=%s" % i for i in list({
218
"MAP": urllib.parse.quote(self.projectPath),
0 commit comments