Skip to content

Commit

Permalink
fix: Remove Ubuntu-specific kernel naming convention assertion (#4617)
Browse files Browse the repository at this point in the history
Assertions about the host's kernel in a container are useless anyways.
  • Loading branch information
holmanb committed Nov 23, 2023
1 parent 9260a2c commit 9f3c41d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration_tests/modules/test_combined.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ def _check_common_metadata(self, data):
assert data["sys_info"]["dist"][0] == CURRENT_RELEASE.os

v1_data = data["v1"]
assert re.match(r"\d\.\d+\.\d+-\d+", v1_data["kernel_release"])
assert v1_data["variant"] == CURRENT_RELEASE.os
assert v1_data["distro"] == CURRENT_RELEASE.os
assert v1_data["distro_release"] == CURRENT_RELEASE.series
Expand Down

0 comments on commit 9f3c41d

Please sign in to comment.