Skip to content

Commit 9bae8e5

Browse files
committed
Revert "e2e test: Ignore network-mode config property for non linux platform"
This reverts commit 557ec94. We no longer set network-mode as part of the tests, so this code is not needed.
1 parent 3d71018 commit 9bae8e5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/e2e/testsuite/testsuite.go

-4
Original file line numberDiff line numberDiff line change
@@ -865,10 +865,6 @@ func setOcEnv() error {
865865
}
866866

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

0 commit comments

Comments
 (0)