Don't run the TLSProxy based tests in native Windows
[openssl.git] / test / recipes / 90-test_networking.t
index 84d616d77883db86d29cb09dbcca6a8568622e1f..16ece75be059139932c82ec605806173d2f4fcea 100644 (file)
@@ -61,7 +61,7 @@ my $test_name = "test_networking";
 setup($test_name);
 
 plan skip_all => "TLSProxy isn't usable on $^O"
-    if $^O =~ /^VMS$/;
+    if $^O =~ /^(VMS|MSWin32)$/;
 
 plan skip_all => "$test_name needs the dynamic engine feature enabled"
     if disabled("engine") || disabled("dynamic-engine");