Skip to content

Commit 66dc0e3

Browse files
test/tmt: Don't run bootloader-none test for composefs
Bootloader set to none is not supported with the composefs backend so we skip this test for composefs backend Signed-off-by: Pragyan Poudyal <pragyanpoudyal41999@gmail.com>
1 parent ab218a3 commit 66dc0e3

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

tmt/plans/integration.fmf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ execute:
232232
how: fmf
233233
test:
234234
- /tmt/tests/tests/test-38-install-bootloader-none
235+
extra-fixme_skip_if_composefs: true
235236

236237
/plan-39-upgrade-tag:
237238
summary: Test bootc upgrade --tag functionality with containers-storage

tmt/tests/booted/test-install-bootloader-none.nu

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
# tmt:
33
# summary: Test bootc install with --bootloader=none
44
# duration: 30m
5-
#
5+
# extra:
6+
# fixme_skip_if_composefs: true
7+
68
use std assert
79
use tap.nu
810

0 commit comments

Comments
 (0)