Skip to content

Commit 6df71e7

Browse files
committed
CI: enable kcov on aarch64
Signed-off-by: Diana Popa <[email protected]>
1 parent c70fc89 commit 6df71e7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/integration_tests/build/test_coverage.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@
4141

4242

4343
@pytest.mark.timeout(400)
44-
@pytest.mark.skipif(
45-
platform.machine() != "x86_64",
46-
reason="unstable on aarch64 as of right now"
47-
)
4844
def test_coverage(test_session_root_path, test_session_tmp_path):
4945
"""Test line coverage with kcov.
5046

0 commit comments

Comments
 (0)