Skip to content

Commit

Permalink
disable cilium e2e for real (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
bschimke95 authored Aug 29, 2024
1 parent 7d5b2ab commit 2182037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/tests/test_cilium_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
ARCH not in CILIUM_CLI_ARCH_MAP, reason=f"Platform {ARCH} not supported"
)
@pytest.mark.skipif(
os.getenv("TEST_CILIUM_E2E") == "true",
os.getenv("TEST_CILIUM_E2E") in ["false", None],
reason="Test is known to be flaky on GitHub Actions",
)
def test_cilium_e2e(instances: List[harness.Instance]):
Expand Down

0 comments on commit 2182037

Please sign in to comment.