run-k8s-e2e-tests.sh --e2e-all
does not run any NetworkPolicy tests
#3172
Labels
kind/bug
Categorizes issue or PR as related to a bug.
Describe the bug
run-k8s-e2e-tests.sh --e2e-all
is supposed to run both Conformance and NetworkPolicy tests:But actually it doesn't run any NetworkPolicy tests:
It was because
run_conformance
overrided the globalRUN_E2E_SKIP
variable withDEFAULT_E2E_CONFORMANCE_SKIP
.To Reproduce
Run
./ci/run-k8s-e2e-tests.sh --e2e-all
Expected
Actual behavior
Versions:
Please provide the following information:
The text was updated successfully, but these errors were encountered: