Skip to content

Commit 20f6284

Browse files
committed
chore: allow seccomp rules integration tests to run on aarch64
Remove skip for test_redundant_seccomp_rules for aarch64. Signed-off-by: Egor Lazarchuk <[email protected]>
1 parent 6d5fbd9 commit 20f6284

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/integration_tests/build/test_seccomp_no_redundant_rules.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
)
1616

1717

18-
@pytest.mark.skipif(
19-
platform.machine() != "x86_64",
20-
reason="aarch64 nightly toolchain does not support flags needed to compile analyzable binary yet",
21-
)
2218
def test_redundant_seccomp_rules():
2319
"""Test that fails if static analysis determines redundant seccomp rules"""
2420
arch = platform.processor()

0 commit comments

Comments
 (0)