We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df0036 commit 12c5074Copy full SHA for 12c5074
test/e2e/testsuite/testsuite.go
@@ -951,10 +951,6 @@ func setPodmanEnv() error {
951
}
952
953
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
- }
958
if value == "current bundle" {
959
if !userProvidedBundle {
960
value = filepath.Join(util.CRCHome, "cache", bundleName)
0 commit comments