Skip to content

Commit

Permalink
Merge pull request #747 from Mirantis/ivan4th/disable-ceph-tests-1
Browse files Browse the repository at this point in the history
Disable Ceph tests for e2e_multi_cni in CircleCI
  • Loading branch information
pigmej authored Aug 24, 2018
2 parents 6ac1a65 + b9a0f54 commit 89b947f
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 @@ -198,7 +198,7 @@ e2e: &e2e
skip="-ginkgo.skip=\[Heavy\]|\[MultiCNI\]|\[Disruptive\]|RBD volumes"
if [[ ${CIRCLE_JOB} = e2e_multi_cni ]]; then
# per-node config test requires an additional worker node
skip="-ginkgo.skip=\[Heavy\]|\[Disruptive\]|Per-node configuration"
skip="-ginkgo.skip=\[Heavy\]|\[Disruptive\]|Per-node configuration|RBD volumes"
fi
_output/virtlet-e2e-tests -test.v "${skip}" -junitOutput ~/junit/junit.xml -include-unsafe-tests=true
Expand Down

0 comments on commit 89b947f

Please sign in to comment.