Skip to content

Commit aa3a56d

Browse files
authored
Do not run cilium test on lxc (#2503)
1 parent 43ab8ce commit aa3a56d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test-addons.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@ def test_prometheus(self):
252252
platform.machine() != "x86_64", reason="Cilium tests are only relevant in x86 architectures"
253253
)
254254
@pytest.mark.skipif(
255-
os.environ.get("UNDER_TIME_PRESSURE") == "True",
256-
reason="Skipping cilium tests as we are under time pressure",
255+
is_container(),
256+
reason="Cilium tests are skipped in containers",
257257
)
258258
def test_cilium(self):
259259
"""

0 commit comments

Comments
 (0)