Skip to content

Commit

Permalink
test: disable anaconda-iso test because of issue#233
Browse files Browse the repository at this point in the history
This commit disabled the anaconda-install test that fails currently
because of osbuild#233
  • Loading branch information
mvo5 authored and cgwalters committed Mar 6, 2024
1 parent dc24888 commit 741b128
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ 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 741b128

Please sign in to comment.