Skip to content

Commit

Permalink
tests: Re-enable the anaconda test
Browse files Browse the repository at this point in the history
Now that the ostree update went stable.

Closes: #233
  • Loading branch information
cgwalters authored and ondrejbudai committed Mar 15, 2024
1 parent 34256bf commit 17ec5cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,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

0 comments on commit 17ec5cd

Please sign in to comment.