File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
tests/integration_tests/security Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -110,11 +110,6 @@ def download_spectre_meltdown_checker(tmp_path_factory):
110
110
global_props .buildkite_pr ,
111
111
reason = "Test depends solely on factors external to GitHub repository" ,
112
112
)
113
- # Temporary suppression for Ubuntu 6.14 kernel
114
- @pytest .mark .skipif (
115
- "Ubuntu" in global_props .os and global_props .host_linux_version == "6.14" ,
116
- reason = "Ubuntu does not enable CONFIG_MITIGATION_GDS on 6.14 kernel" ,
117
- )
118
113
def test_spectre_meltdown_checker_on_host (spectre_meltdown_checker ):
119
114
"""Test with the spectre / meltdown checker on host."""
120
115
report = spectre_meltdown_checker .get_report_for_host ()
@@ -126,11 +121,6 @@ def test_spectre_meltdown_checker_on_host(spectre_meltdown_checker):
126
121
global_props .buildkite_pr ,
127
122
reason = "Test depends solely on factors external to GitHub repository" ,
128
123
)
129
- # Temporary suppression for Ubuntu 6.14 kernel
130
- @pytest .mark .skipif (
131
- "Ubuntu" in global_props .os and global_props .host_linux_version == "6.14" ,
132
- reason = "Ubuntu does not enable CONFIG_MITIGATION_GDS on 6.14 kernel" ,
133
- )
134
124
def test_vulnerabilities_on_host ():
135
125
"""Test vulnerability files on host."""
136
126
res = utils .run_cmd (f"grep -r Vulnerable { VULN_DIR } " )
You can’t perform that action at this time.
0 commit comments