summaryrefslogtreecommitdiffstats
path: root/test/recipes/03-test_internal_curve448.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/03-test_internal_curve448.t')
-rw-r--r--test/recipes/03-test_internal_curve448.t3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/recipes/03-test_internal_curve448.t b/test/recipes/03-test_internal_curve448.t
index fb41a6b5e2..4decc98584 100644
--- a/test/recipes/03-test_internal_curve448.t
+++ b/test/recipes/03-test_internal_curve448.t
@@ -13,9 +13,6 @@ use OpenSSL::Test::Utils;
setup("test_internal_curve448");
-plan skip_all => "This test is unsupported in a shared library build on Windows"
- if $^O eq 'MSWin32' && !disabled("shared");
-
plan skip_all => "This test is unsupported in a no-ec build"
if disabled("ec");