summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorFrederik Wedel-Heinen <frederik.wedel-heinen@dencrypt.dk>2024-01-31 09:35:58 +0100
committerMatt Caswell <matt@openssl.org>2024-02-09 08:16:56 +0000
commit9c7ad6989125e325f5496b37f236cf573372c6c7 (patch)
tree068ecc014a910c23e87628db57a99ec56cd5a85b /test
parentfa9e6f178d5041f195befb1afa3cba87833ea761 (diff)
Remove unneeded stuff
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23319)
Diffstat (limited to 'test')
-rw-r--r--test/recipes/70-test_sslrecords.t4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/recipes/70-test_sslrecords.t b/test/recipes/70-test_sslrecords.t
index 89d584683d..2ea6421bf3 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;