Skip to content

Commit 5925eb2

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 9ab3358 commit 5925eb2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/integration_tests/build/test_seccomp_no_redundant_rules.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
import platform
66
from pathlib import Path
77

8-
import pytest
9-
108
from framework import utils
119
from framework.static_analysis import (
1210
determine_unneeded_seccomp_rules,
@@ -15,10 +13,6 @@
1513
)
1614

1715

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-
)
2216
def test_redundant_seccomp_rules():
2317
"""Test that fails if static analysis determines redundant seccomp rules"""
2418
arch = platform.processor()

0 commit comments

Comments
 (0)