Skip to content

Commit

Permalink
migrate skip flag with integration/plugins test
Browse files Browse the repository at this point in the history
[#143975669]

Signed-off-by: Stu Pollock <spollock@pivotal.io>
  • Loading branch information
Nick Wei authored and stuart-pollock committed Apr 19, 2017
1 parent db05c5a commit 06123a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/cli/tasks/integration-windows.bat
Expand Up @@ -24,5 +24,5 @@ popd
go get -v -u github.com/onsi/ginkgo/ginkgo

cd %GATSPATH%
ginkgo.exe -r -nodes=16 -flakeAttempts=2 -slowSpecThreshold=60 -randomizeAllSpecs ./integration/isolated ./integration/plugin || exit 1
ginkgo.exe -r -flakeAttempts=2 -slowSpecThreshold=60 -randomizeAllSpecs -skip=NON_WINDOWS ./integration/global || exit 1
ginkgo.exe -r -nodes=16 -flakeAttempts=2 -slowSpecThreshold=60 -randomizeAllSpecs -skip=NON_WINDOWS ./integration/isolated ./integration/plugin || exit 1
ginkgo.exe -r -flakeAttempts=2 -slowSpecThreshold=60 -randomizeAllSpecs ./integration/global || exit 1

0 comments on commit 06123a6

Please sign in to comment.