From 17ec5cdec80b798fdda7cd7beec0fe028b117c95 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 6 Mar 2024 08:22:14 -0500 Subject: [PATCH] tests: Re-enable the anaconda test Now that the ostree update went stable. Closes: https://github.com/osbuild/bootc-image-builder/issues/233 --- test/test_build.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_build.py b/test/test_build.py index f69fe04d6..e4211fd83 100644 --- a/test/test_build.py +++ b/test/test_build.py @@ -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):