We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d71018 commit 9bae8e5Copy full SHA for 9bae8e5
test/e2e/testsuite/testsuite.go
@@ -865,10 +865,6 @@ func setOcEnv() error {
865
}
866
867
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
- }
872
if value == "current bundle" {
873
if !userProvidedBundle {
874
value = filepath.Join(util.CRCHome, "cache", bundleName)
0 commit comments