We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ab8ce commit aa3a56dCopy full SHA for aa3a56d
tests/test-addons.py
@@ -252,8 +252,8 @@ def test_prometheus(self):
252
platform.machine() != "x86_64", reason="Cilium tests are only relevant in x86 architectures"
253
)
254
@pytest.mark.skipif(
255
- os.environ.get("UNDER_TIME_PRESSURE") == "True",
256
- reason="Skipping cilium tests as we are under time pressure",
+ is_container(),
+ reason="Cilium tests are skipped in containers",
257
258
def test_cilium(self):
259
"""
0 commit comments