X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=test%2Frecipes%2F70-test_sslsessiontick.t;h=f13c7ba5860d431bdd6b54aee2a7d217e92ae838;hp=16ef4ea6e9320fa70717bda22e019097c84263e1;hb=2d32d3be154f2f658a5884d1e46b0ba56d1e6c59;hpb=08479bbb03c20efffe99ad467243169c8eeb5079 diff --git a/test/recipes/70-test_sslsessiontick.t b/test/recipes/70-test_sslsessiontick.t index 16ef4ea6e9..f13c7ba586 100755 --- a/test/recipes/70-test_sslsessiontick.t +++ b/test/recipes/70-test_sslsessiontick.t @@ -62,7 +62,7 @@ my $test_name = "test_sslsessiontick"; 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");