Skip to content

Commit

Permalink
test: disable multihost tests for Fedora CoreOS
Browse files Browse the repository at this point in the history
CoreOS rebased on Fedora 41 so no longer enables multihost by default.
  • Loading branch information
jelly committed Nov 7, 2024
1 parent 096c0b0 commit b3be9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/testlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -1764,7 +1764,7 @@ def setUp(self, restrict: bool = True) -> None:
# only enabled by default on released OSes; see pkg/shell/manifest.json
self.multihost_enabled = image.startswith(("rhel-9", "centos-9")) or image in [
"ubuntu-2204", "ubuntu-2404", "debian-stable",
"fedora-39", "fedora-40", "fedora-coreos"]
"fedora-39", "fedora-40"]
# Transitional code while we move ubuntu-stable from 24.04 to 24.10
if image == "ubuntu-stable" and m.execute(". /etc/os-release; echo $VERSION_ID").strip() == "24.04":
self.multihost_enabled = True
Expand Down

0 comments on commit b3be9db

Please sign in to comment.