From 5e15e201de3e3c0c13194e483276b82886ca86cb Mon Sep 17 00:00:00 2001 From: Patrick Roy Date: Mon, 11 Sep 2023 13:13:04 +0100 Subject: [PATCH] chore: Mark test_spectre_meltdown_checker_on_host as nonci See 720141fb38f4b29257200566e5901656e3091750 Signed-off-by: Patrick Roy --- tests/integration_tests/security/test_vulnerabilities.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration_tests/security/test_vulnerabilities.py b/tests/integration_tests/security/test_vulnerabilities.py index d84ecabda8e..8d04ba9ff7e 100644 --- a/tests/integration_tests/security/test_vulnerabilities.py +++ b/tests/integration_tests/security/test_vulnerabilities.py @@ -94,6 +94,7 @@ def run_spectre_meltdown_checker_on_guest( assert ecode == 0, f"stdout:\n{stdout.read()}\nstderr:\n{stderr.read()}\n" +@pytest.mark.nonci @pytest.mark.skipif( global_props.instance == "c7g.metal" and global_props.host_linux_version == "4.14", reason="c7g host 4.14 requires modifications to the 5.10 guest kernel to boot successfully.",