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 9ab3358 commit 5925eb2Copy full SHA for 5925eb2
tests/integration_tests/build/test_seccomp_no_redundant_rules.py
@@ -5,8 +5,6 @@
5
import platform
6
from pathlib import Path
7
8
-import pytest
9
-
10
from framework import utils
11
from framework.static_analysis import (
12
determine_unneeded_seccomp_rules,
@@ -15,10 +13,6 @@
15
13
)
16
14
17
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
-)
22
def test_redundant_seccomp_rules():
23
"""Test that fails if static analysis determines redundant seccomp rules"""
24
arch = platform.processor()
0 commit comments