Skip to content

Commit

Permalink
Revert "e2e test: Ignore network-mode config property for non linux p…
Browse files Browse the repository at this point in the history
…latform"

This reverts commit 557ec94.

We no longer set network-mode as part of the tests, so this code is not
needed.
  • Loading branch information
cfergeau committed Nov 8, 2023
1 parent de7529d commit a76bc6e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/e2e/testsuite/testsuite.go
Original file line number Diff line number Diff line change
Expand Up @@ -860,10 +860,6 @@ func setOcEnv() error {
}

func SetConfigPropertyToValueSucceedsOrFails(property string, value string, expected string) error {
// Since network-mode is only supported on Linux, we skip this property test for non-linux platforms
if property == "network-mode" && runtime.GOOS != "linux" {
return nil
}
if value == "current bundle" {
if !userProvidedBundle {
value = filepath.Join(util.CRCHome, "cache", bundleName)
Expand Down

0 comments on commit a76bc6e

Please sign in to comment.