Skip to content

Commit 98426d9

Browse files
committed
Temporarily disable the cargo audit test.
The security db (https://github.com/RustSec/cargo-audit) has broken compatiblity with cargo audit v10. A fixed cargo audit version v12 is available, but it requires an upgrade of the rust toolchain on top of the current release. This commit is a temporary fix until we unshare toolchain dependency of Firecracker and cargo audit binary. Signed-off-by: Andrei Sandu <[email protected]>
1 parent 082aef9 commit 98426d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/integration_tests/security/test_sec_audit.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
import pytest
1111

1212

13+
@pytest.mark.skipif(
14+
True,
15+
reason="Temporarly disabled, testing performed manually"
16+
)
1317
@pytest.mark.skipif(
1418
platform.machine() != "x86_64",
1519
reason="The audit is based on cargo.lock which "

0 commit comments

Comments
 (0)