Skip to content

Commit bfe0355

Browse files
committedNov 5, 2017
Disable flaky PyQgsServerAccessControl test
1 parent d269f34 commit bfe0355

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.ci/travis/linux/blacklist.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ qgis_wcsprovidertest
2525
PyQgsWFSProviderGUI
2626
qgis_ziplayertest
2727

28+
# Flaky, see https://travis-ci.org/qgis/QGIS/jobs/297708174
29+
PyQgsServerAccessControl
30+
2831
# Need a local postgres installation
2932
PyQgsAuthManagerPKIPostgresTest
3033
PyQgsAuthManagerPasswordPostgresTest

5 commit comments

Comments
 (5)

nirvn commented on Nov 6, 2017

@nirvn
Contributor

@m-kuhn , while your at it, maybe disable the always-failing ci/dockercloud check altogether? :)

nyalldawson commented on Nov 6, 2017

@nyalldawson
Collaborator

+1

m-kuhn commented on Nov 6, 2017

@m-kuhn
MemberAuthor

ping @3nids

3nids commented on Nov 6, 2017

@3nids
Member

ok I deactivated autobuild.
I'll try to find another solution later.

m-kuhn commented on Nov 6, 2017

@m-kuhn
MemberAuthor

Am I correct, that our main goal with this is the regular deployment of a docker container and we are not so much interested in the status, and the "failing" status is just a side-effect of a underpowered upstream infrastructure?

Please sign in to comment.