Skip to content

Commit c3fbe05

Browse files
zulinx86roypat
authored andcommitted
Revert "test(vulnerabilities): ignore host checks on ubuntu"
This reverts commit f0452e3 since we specify "gather_data_sampling=force" on ubuntu. Signed-off-by: Takahiro Itazuri <[email protected]>
1 parent a2f3069 commit c3fbe05

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/integration_tests/security/test_vulnerabilities.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,6 @@ def download_spectre_meltdown_checker(tmp_path_factory):
110110
global_props.buildkite_pr,
111111
reason="Test depends solely on factors external to GitHub repository",
112112
)
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-
)
118113
def test_spectre_meltdown_checker_on_host(spectre_meltdown_checker):
119114
"""Test with the spectre / meltdown checker on host."""
120115
report = spectre_meltdown_checker.get_report_for_host()
@@ -126,11 +121,6 @@ def test_spectre_meltdown_checker_on_host(spectre_meltdown_checker):
126121
global_props.buildkite_pr,
127122
reason="Test depends solely on factors external to GitHub repository",
128123
)
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-
)
134124
def test_vulnerabilities_on_host():
135125
"""Test vulnerability files on host."""
136126
res = utils.run_cmd(f"grep -r Vulnerable {VULN_DIR}")

0 commit comments

Comments
 (0)