Skip to content

Commit

Permalink
[travis] Disable SymbolLayerV2 test
Browse files Browse the repository at this point in the history
There is a pull request to properly fix the issue. When this PR is dealt with
this test will be re-enabled.

#1672
  • Loading branch information
m-kuhn committed Nov 14, 2014
1 parent 581815f commit e4d3eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -14,4 +14,4 @@ before_script:
- cmake -DWITH_MAPSERVER=ON -DWITH_STAGED_PLUGINS=OFF -DWITH_GRASS=OFF -DSUPPRESS_QT_WARNINGS=ON ..
- make -j2

script: xvfb-run ctest -j2 --output-on-failure -E 'PyQgsPalLabelingCanvas|qgis_atlascompositiontest|PyQgsAtlasComposition' -D Experimental
script: xvfb-run ctest -j2 --output-on-failure -E 'PyQgsPalLabelingCanvas|PyQgsSymbolLayerV2|qgis_atlascompositiontest|PyQgsAtlasComposition' -D Experimental

0 comments on commit e4d3eaa

Please sign in to comment.