Skip to content

Commit

Permalink
enable xfs mount test
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijah Omolo committed Nov 25, 2024
1 parent 9b90ec1 commit b7e6e67
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/e2e/run-versioned-e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ else
"ginkgo-${KUBE_VER}" -v -p -nodes "${GINKGO_NODES:-$DEFAULT_GINKGO_NODES}" -focus="External.Storage${focus}.*" -skip='\[Feature:|\[Disruptive\]|\[Serial\]' "${E2E_TEST_FILE}" -- "-storage.testdriver=${TD_FILE}"
fi

if [[ "${SKIP_SEQUENTIAL_TESTS:-}" ]]; then
echo 'Skipping sequential tests'
else
echo 'Running sequential tests'
"ginkgo-${KUBE_VER}" -v -focus="External.Storage${focus}.*(\[Feature:|\[Serial\])" -skip='\[Disruptive\]|\[Feature:VolumeSourceXFS\]' "${E2E_TEST_FILE}" -- "-storage.testdriver=${TD_FILE}"
fi
#if [[ "${SKIP_SEQUENTIAL_TESTS:-}" ]]; then
# echo 'Skipping sequential tests'
#else
# echo 'Running sequential tests'
# "ginkgo-${KUBE_VER}" -v -focus="External.Storage${focus}.*(\[Feature:|\[Serial\])" -skip='\[Disruptive\]|\[Feature:VolumeSourceXFS\]' "${E2E_TEST_FILE}" -- "-storage.testdriver=${TD_FILE}"
#fi

0 comments on commit b7e6e67

Please sign in to comment.