Skip to content

Commit

Permalink
Fix test name:
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Weinstock <[email protected]>
  • Loading branch information
jacobweinstock committed Nov 20, 2024
1 parent 9746f9e commit 8abe938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/iso/iso_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func TestReqPathInvalid(t *testing.T) {
}
}

func TestCreateISO2(t *testing.T) {
func TestCreateISO(t *testing.T) {
t.Skip("Unskip this test to create a new ISO file")
grubCfg := `set timeout=0
set gfxpayload=text
Expand Down

0 comments on commit 8abe938

Please sign in to comment.