Skip to content

Commit

Permalink
Do not run cilium test on lxc (#2503)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsakalozos authored Aug 6, 2021
1 parent 43ab8ce commit aa3a56d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test-addons.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ def test_prometheus(self):
platform.machine() != "x86_64", reason="Cilium tests are only relevant in x86 architectures"
)
@pytest.mark.skipif(
os.environ.get("UNDER_TIME_PRESSURE") == "True",
reason="Skipping cilium tests as we are under time pressure",
is_container(),
reason="Cilium tests are skipped in containers",
)
def test_cilium(self):
"""
Expand Down

0 comments on commit aa3a56d

Please sign in to comment.