From 9c7ad6989125e325f5496b37f236cf573372c6c7 Mon Sep 17 00:00:00 2001 From: Frederik Wedel-Heinen Date: Wed, 31 Jan 2024 09:35:58 +0100 Subject: [PATCH] Remove unneeded stuff Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/23319) --- test/recipes/70-test_sslrecords.t | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/recipes/70-test_sslrecords.t b/test/recipes/70-test_sslrecords.t index 89d584683d6..2ea6421bf3c 100644 --- a/test/recipes/70-test_sslrecords.t +++ b/test/recipes/70-test_sslrecords.t @@ -26,10 +26,6 @@ plan skip_all => "$test_name needs the dynamic engine feature enabled" plan skip_all => "$test_name needs the sock feature enabled" if disabled("sock"); -plan skip_all => "$test_name needs TLS1.2 or TLS1.3 for running dummyproxy check" - if disabled("tls1_3") && disabled("tls1_2"); - -my $testplanisset = 0; my $inject_recs_num = undef; my $content_type = undef; my $boundary_test_type = undef; -- 2.47.2