Skip to content

Commit

Permalink
skip cilium e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
bschimke95 committed Jun 5, 2024
1 parent 58a832a commit ef53326
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/tests/test_cilium_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
@pytest.mark.skipif(
ARCH not in CILIUM_CLI_ARCH_MAP, reason=f"Platform {ARCH} not supported"
)
# TODO: Remove this skip before merge
@pytest.mark.skip
def test_cilium_e2e(instances: List[harness.Instance]):
instance = instances[0]
instance.exec(["bash", "-c", "mkdir -p ~/.kube"])
Expand Down

0 comments on commit ef53326

Please sign in to comment.