Skip to content

Commit 6214dc1

Browse files
committed
Disable PyQgsOfflineEditingWFS test on Travis
The test regularly fails on unrelated commits. Possible the test should be reworked to reuse the server launching routines from the labeling server test, which seem more robust and work consistently across platforms
1 parent bcae877 commit 6214dc1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ci/travis/linux/qt4/script.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ export CTEST_PARALLEL_LEVEL=1
2020
export CCACHE_CPP2=yes
2121
export CCACHE_TEMPDIR=/tmp
2222

23-
xvfb-run ctest -V -E 'qgis_openstreetmaptest|qgis_wcsprovidertest' -S ./qgis-test-travis.ctest --output-on-failure
23+
xvfb-run ctest -V -E 'qgis_openstreetmaptest|qgis_wcsprovidertest|PyQgsOfflineEditingWFS' -S ./qgis-test-travis.ctest --output-on-failure

ci/travis/linux/qt5/script.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ export CCACHE_TEMPDIR=/tmp
2121

2222
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2323

24-
xvfb-run ctest -V -E "qgis_openstreetmaptest|qgis_wcsprovidertest|$(cat ${DIR}/blacklist.txt | paste -sd '|' -)" -S ./qgis-test-travis.ctest --output-on-failure
24+
xvfb-run ctest -V -E "qgis_openstreetmaptest|qgis_wcsprovidertest|PyQgsOfflineEditingWFS|$(cat ${DIR}/blacklist.txt | paste -sd '|' -)" -S ./qgis-test-travis.ctest --output-on-failure
2525
# xvfb-run ctest -V -E "qgis_openstreetmaptest|qgis_wcsprovidertest" -S ./qgis-test-travis.ctest --output-on-failure

ci/travis/osx/script.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ echo $PATH
1717

1818
export PATH=/usr/bin:${PATH}
1919

20-
ctest -V -E 'qgis_openstreetmaptest|qgis_wcsprovidertest|PyQgsServer|ProcessingGdalAlgorithmsTest|PyQgsOfflineEditingWFS|ProcessingGrass7AlgorithmsImageryTest|ProcessingGrass7AlgorithmsRasterTest|qgis_composerhtmltest' -S ./qgis-test-travis.ctest --output-on-failure
20+
ctest -V -E 'qgis_openstreetmaptest|qgis_wcsprovidertest|PyQgsServer|ProcessingGdalAlgorithmsTest|PyQgsOfflineEditingWFS|ProcessingGrass7AlgorithmsImageryTest|ProcessingGrass7AlgorithmsRasterTest|qgis_composerhtmltest|PyQgsOfflineEditingWFS' -S ./qgis-test-travis.ctest --output-on-failure
2121

0 commit comments

Comments
 (0)