Skip to content

Commit 12c5074

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 7df0036 commit 12c5074

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/e2e/testsuite/testsuite.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -951,10 +951,6 @@ func setPodmanEnv() error {
951951
}
952952

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

0 commit comments

Comments
 (0)