File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
tests/integration_tests/security Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 1212import pytest
1313import requests
1414
15+ import framework .utils_cpuid as cpuid_utils
1516from framework import utils
1617from framework .ab_test import git_clone
1718from framework .microvm import MicroVMFactory
@@ -121,6 +122,10 @@ def test_spectre_meltdown_checker_on_host(spectre_meltdown_checker):
121122 global_props .buildkite_pr ,
122123 reason = "Test depends solely on factors external to GitHub repository" ,
123124)
125+ @pytest .mark .skipif (
126+ cpuid_utils .get_cpu_codename () == "INTEL_SAPPHIRE_RAPIDS" ,
127+ reason = "Reporting old microcode for unknown reason" ,
128+ )
124129def test_vulnerabilities_on_host ():
125130 """Test vulnerability files on host."""
126131 res = utils .run_cmd (f"grep -r Vulnerable { VULN_DIR } " )
You can’t perform that action at this time.
0 commit comments