File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change
1
+ # black list
1
2
PyQgsJSONUtils
2
3
PyQgsLocalServer
3
4
PyQgsPalLabelingServer
@@ -6,3 +7,10 @@ qgis_composerutils
6
7
ProcessingGrass7AlgorithmsImageryTest
7
8
ProcessingGrass7AlgorithmsRasterTest
8
9
PyQgsDBManagerGpkg
10
+
11
+ # flacky
12
+ qgis_filedownloader
13
+ qgis_openstreetmaptest
14
+ qgis_wcsprovidertest
15
+ PyQgsWFSProviderGUI
16
+ qgis_ziplayertest
Original file line number Diff line number Diff line change @@ -32,5 +32,5 @@ if [ "$CACHE_WARMING" = true ] ; then
32
32
xvfb-run ctest -V -R NOTESTS -S ./qgis-test-travis.ctest --output-on-failure
33
33
false
34
34
else
35
- xvfb-run ctest -V -E " qgis_filedownloader|qgis_openstreetmaptest|qgis_wcsprovidertest|PyQgsWFSProviderGUI|qgis_ziplayertest| $( cat ${DIR} /blacklist.txt | paste -sd ' |' -) " -S ./qgis-test-travis.ctest --output-on-failure
35
+ xvfb-run ctest -V -E " $( cat ${DIR} /blacklist.txt | sed -r ' /^(#.*?)?$/d ' | paste -sd ' |' -) " -S ./qgis-test-travis.ctest --output-on-failure
36
36
fi
Original file line number Diff line number Diff line change
1
+ qgis_openstreetmaptest
2
+ qgis_wcsprovidertest
3
+ PyQgsServer
4
+ ProcessingGdalAlgorithmsTest
5
+ PyQgsOfflineEditingWFS
6
+ ProcessingGrass7AlgorithmsImageryTest
7
+ ProcessingGrass7AlgorithmsRasterTest
8
+ qgis_composerhtmltest
9
+ PyQgsOfflineEditingWFS
Original file line number Diff line number Diff line change @@ -17,5 +17,4 @@ echo $PATH
17
17
18
18
export PATH=/usr/bin:${PATH}
19
19
20
- ctest -V -E ' qgis_openstreetmaptest|qgis_wcsprovidertest|PyQgsServer|ProcessingGdalAlgorithmsTest|PyQgsOfflineEditingWFS|ProcessingGrass7AlgorithmsImageryTest|ProcessingGrass7AlgorithmsRasterTest|qgis_composerhtmltest|PyQgsOfflineEditingWFS' -S ./qgis-test-travis.ctest --output-on-failure
21
-
20
+ ctest -V -E " $( cat ${DIR} /blacklist.txt | sed -r ' /^(#.*?)?$/d' | paste -sd ' |' -) " -S ./qgis-test-travis.ctest --output-on-failure
You can’t perform that action at this time.
0 commit comments