Skip to content

Commit

Permalink
drop skip serialized tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijah Omolo committed Nov 26, 2024
1 parent b7e6e67 commit 121488b
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-${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}"
"ginkgo-${KUBE_VER}" -v -p -nodes "${GINKGO_NODES:-$DEFAULT_GINKGO_NODES}" -focus="External.Storage${focus}.*" "${E2E_TEST_FILE}" -- "-storage.testdriver=${TD_FILE}"
fi

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

0 comments on commit 121488b

Please sign in to comment.