Skip to content

Commit

Permalink
chore: Mark test_spectre_meltdown_checker_on_host as nonci
Browse files Browse the repository at this point in the history
See 720141f

Signed-off-by: Patrick Roy <[email protected]>
  • Loading branch information
roypat committed Sep 11, 2023
1 parent 3082caa commit 5e15e20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration_tests/security/test_vulnerabilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 5e15e20

Please sign in to comment.