Skip to content

Commit

Permalink
tests: Pin eln to tag until ostree update is out in f39
Browse files Browse the repository at this point in the history
And re-enable the anaconda test.

Closes: #233
  • Loading branch information
cgwalters committed Mar 6, 2024
1 parent 741b128 commit 9ec9782
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ def test_image_build_without_se_linux_denials(image_type):
f"denials in log {image_type.journal_output}"


@pytest.mark.skip(reason="see https://github.com/osbuild/bootc-image-builder/issues/233")
@pytest.mark.skipif(platform.system() != "Linux", reason="boot test only runs on linux right now")
@pytest.mark.parametrize("image_type", gen_testcases("anaconda-iso"), indirect=["image_type"])
def test_iso_installs(image_type):
Expand Down
4 changes: 3 additions & 1 deletion test/testcases.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ def gen_testcases(what):

# bootc containers that are tested by default
CONTAINERS_TO_TEST = {
"fedora": "quay.io/centos-bootc/fedora-bootc:eln",
# Pinned to a tag until https://bodhi.fedoraproject.org/updates/FEDORA-2024-969f546f80 is out
# xref https://github.com/osbuild/bootc-image-builder/issues/233
"fedora": "quay.io/centos-bootc/fedora-bootc:eln-1709091053",
"centos": "quay.io/centos-bootc/centos-bootc:stream9",
}
# allow commandline override, this is used when testing
Expand Down

0 comments on commit 9ec9782

Please sign in to comment.