Skip to content

Commit 8dcf4ff

Browse files
achilleas-kbrlane-rht
authored andcommitted
test/imgtestlib: skip network-installer boot test on 10.3
The beta repos are showing the same behaviour that was discovered before with 10.1 and 10.2. #2044 (comment)
1 parent 42ba9f5 commit 8dcf4ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/scripts/imgtestlib/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ def can_boot_test(manifest_fname, manifest_data, image_type, arch, distro, bluep
402402
return False
403403

404404
if image_type in ["network-installer", "everything-network-installer", "server-network-installer"]:
405-
if distro in ["rhel-10.1", "rhel-10.2"]:
405+
if distro in ["rhel-10.1", "rhel-10.2", "rhel-10.3"]:
406406
print(" not bootable: rhel network-installer tests have incomplete repos in nightly snapshot"
407407
"and won't install")
408408
return False

0 commit comments

Comments
 (0)