diff --git a/test/e2e/testsuite/testsuite.go b/test/e2e/testsuite/testsuite.go index 8808bf9dc3..049c6ca6f6 100644 --- a/test/e2e/testsuite/testsuite.go +++ b/test/e2e/testsuite/testsuite.go @@ -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)