Skip to content

Commit

Permalink
Temporarily disable [Feature:VolumeSourceXFS] tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Collin Shoop committed Feb 4, 2022
1 parent 6c5150b commit df48c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/run-versioned-e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ else
echo 'Running parallel tests'
# Set node count explicitly since node detection does not work properly inside a
# container.
ginkgo -v -p -nodes "${GINKGO_NODES:-$DEFAULT_GINKGO_NODES}" -focus="External.Storage${focus}.*" -skip='\[Feature:|\[Disruptive\]|\[Serial\]' "${E2E_TEST_FILE}" -- "-storage.testdriver=${TD_FILE}"
ginkgo -v -p -nodes "${GINKGO_NODES:-$DEFAULT_GINKGO_NODES}" -focus="External.Storage${focus}.*" -skip='\[Feature:|\[Disruptive\]|\[Serial\]|\[Feature:VolumeSourceXFS\]' "${E2E_TEST_FILE}" -- "-storage.testdriver=${TD_FILE}"
fi

if [[ "${SKIP_SEQUENTIAL_TESTS:-}" ]]; then
Expand Down

0 comments on commit df48c7b

Please sign in to comment.