We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5177bf1 commit 057d6e0Copy full SHA for 057d6e0
ci/dev/test-integration.sh
@@ -31,7 +31,7 @@ main() {
31
exit 1
32
fi
33
34
- CODE_SERVER_PATH="$path" CS_DISABLE_PLUGINS=true ./test/node_modules/.bin/jest "$@" --coverage=false --testRegex "./test/integration"
+ CODE_SERVER_PATH="$path" CS_DISABLE_PLUGINS=true ./test/node_modules/.bin/jest "$@" --coverage=false --testRegex "./test/integration" --testPathIgnorePatterns "./test/integration/fixtures"
35
}
36
37
main "$@"
0 commit comments