Skip to content

Commit

Permalink
Disable disruptive tests in CircleCi
Browse files Browse the repository at this point in the history
There is a strange bug on CircleCi which causes docker to crash when
virtler pod is restarted
  • Loading branch information
lukaszo committed Apr 4, 2018
1 parent d81ff43 commit 3c92f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ e2e: &e2e
command: |
build/portforward.sh 8080&
mkdir -p ~/junit
_output/virtlet-e2e-tests -test.v -ginkgo.skip="\[Heavy\]" -junitOutput ~/junit/junit.xml -include-unsafe-tests=true
_output/virtlet-e2e-tests -test.v -ginkgo.skip="\[Heavy\]" -ginkgo.skip="\[Disruptive\]" -junitOutput ~/junit/junit.xml -include-unsafe-tests=true
- store_test_results:
path: ~/junit
Expand Down

0 comments on commit 3c92f4c

Please sign in to comment.