skip webkit tests on linux

This commit is contained in:
Johannes Rieken
2020-02-07 12:25:54 +01:00
parent 0332fbfc4b
commit 92b158791f
4 changed files with 4 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ steps:
DISPLAY=:10 ./scripts/test.sh --tfs "Unit Tests"
displayName: Run Unit Tests
- script: |
DISPLAY=:10 yarn test-browser
DISPLAY=:10 yarn test-browser --browser chromium
displayName: Run Unit Tests (Browser)
- script: |
DISPLAY=:10 ./scripts/test-integration.sh --tfs "Integration Tests"