summaryrefslogtreecommitdiffstats
path: root/test/recipes/90-test_tls13encryption.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/90-test_tls13encryption.t')
-rw-r--r--test/recipes/90-test_tls13encryption.t3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/recipes/90-test_tls13encryption.t b/test/recipes/90-test_tls13encryption.t
index f997b4dc16..e6ca97a137 100644
--- a/test/recipes/90-test_tls13encryption.t
+++ b/test/recipes/90-test_tls13encryption.t
@@ -15,9 +15,6 @@ setup($test_name);
plan skip_all => "$test_name is not supported in this build"
if disabled("tls1_3");
-plan skip_all => "This test is unsupported in a shared library build on Windows"
- if $^O eq 'MSWin32' && !disabled("shared");
-
plan tests => 1;
ok(run(test(["tls13encryptiontest"])), "running tls13encryptiontest");