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 #233
  • Loading branch information
mvo5 committed Mar 5, 2024
1 parent d7869c8 commit 4ae8a96
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/testcases.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ def gen_testcases(what):
# supported images that can be directly booted
DIRECT_BOOT_IMAGE_TYPES = ("qcow2", "ami", "raw")
# supported images that require an install
INSTALLER_IMAGE_TYPES = ("anaconda-iso",)
# 2024-03-05: disabled because of https://github.com/osbuild/bootc-image-builder/issues/233
#INSTALLER_IMAGE_TYPES = ("anaconda-iso",)
INSTALLER_IMAGE_TYPES = []

# bootc containers that are tested by default
CONTAINERS_TO_TEST = {
Expand Down

0 comments on commit 4ae8a96

Please sign in to comment.