Skip to content

Commit

Permalink
Remove CheckMachineNotExists
Browse files Browse the repository at this point in the history
Its only user was removed in commit 2b7456
"e2e remove ux testing related functionality"
  • Loading branch information
cfergeau authored and anjannath committed Oct 17, 2023
1 parent da7e5a9 commit c7204cb
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/extended/crc/cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,15 +167,6 @@ func CheckCRCExecutableState(state string) error {
}
}

func CheckMachineNotExists() error {
expression := `.*Machine does not exist.*`
err := util.ExecuteCommand(CRC("status").ToString())
if err != nil {
return err
}
return util.CommandReturnShouldMatch("stderr", expression)
}

func DeleteCRC() error {

_ = util.ExecuteCommand(CRC("delete").ToString())
Expand Down

0 comments on commit c7204cb

Please sign in to comment.