removed references to nonexistent tests

This commit is contained in:
Noah Campbell
2025-10-13 12:45:59 -05:00
parent 45ee61aa4d
commit bf1dfa0318
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -115,7 +115,7 @@ jobs:
if [ -s /tmp/preflight-tests.txt ]; then
regex="$(grep -v '^$' /tmp/preflight-tests.txt | tr '\n' '|' | sed 's/|$//')"
if [ -n "$regex" ]; then
RUN="^(${regex})$" make preflight-e2e-go-only-test
RUN="^(${regex})$" make support-bundle-e2e-go-test
else
echo "No valid preflight tests matched after filtering"
fi
@@ -130,7 +130,7 @@ jobs:
if [ -s /tmp/support-tests.txt ]; then
regex="$(grep -v '^$' /tmp/support-tests.txt | tr '\n' '|' | sed 's/|$//')"
if [ -n "$regex" ]; then
RUN="^(${regex})$" make support-bundle-e2e-go-only-test
RUN="^(${regex})$" make support-bundle-e2e-go-test
else
echo "No valid support-bundle tests matched after filtering"
fi