Skip to content

Commit

Permalink
mantle/kola/testiso: add comment about broken test
Browse files Browse the repository at this point in the history
coreos#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 10, 2023
1 parent 3f50589 commit 190c8e4
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 @@ -221,6 +221,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 190c8e4

Please sign in to comment.