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 a260d85
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 @@ -68,5 +68,5 @@ if [[ "${SKIP_SEQUENTIAL_TESTS:-}" ]]; then
echo 'Skipping sequential tests'
else
echo 'Running sequential tests'
ginkgo -v -focus="External.Storage${focus}.*(\[Feature:|\[Serial\])" -skip='\[Disruptive\]' "${E2E_TEST_FILE}" -- "-storage.testdriver=${TD_FILE}"
ginkgo -v -focus="External.Storage${focus}.*(\[Feature:|\[Serial\])" -skip='\[Disruptive\]|\[Feature:VolumeSourceXFS\]' "${E2E_TEST_FILE}" -- "-storage.testdriver=${TD_FILE}"
fi

0 comments on commit a260d85

Please sign in to comment.