Skip to content

Commit

Permalink
mantle/kola/testiso: add comment about broken test
Browse files Browse the repository at this point in the history
#3554

This comment will help anyone browsing the code or viewing the error
in the log to understand more.
  • Loading branch information
dustymabe committed Aug 16, 2023
1 parent 801d2e9 commit 3b1d124
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mantle/cmd/kola/testiso.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ ExecStart=/bin/bash -c '[[ $(findmnt -nvro SOURCE /sysroot) == /dev/mapper/mpath
[Install]
RequiredBy=multi-user.target`

// This test is broken. Please fix!
// https://github.com/coreos/coreos-assembler/issues/3554
var verifyNoEFIBootEntry = `[Unit]
Description=TestISO Verify No EFI Boot Entry
OnFailure=emergency.target
Expand Down

0 comments on commit 3b1d124

Please sign in to comment.