From be4b2ed2fbae0efe8d4984d1bfefe5a8e3a45d02 Mon Sep 17 00:00:00 2001 From: "Randall S. Becker" Date: Thu, 19 May 2022 08:06:49 -0600 Subject: [PATCH] Disable 82-test_tfo_cli if tfo is not enabled. Fixes #18306 Signed-off-by: Randall S. Becker Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/18351) --- test/recipes/82-test_tfo_cli.t | 1 + 1 file changed, 1 insertion(+) diff --git a/test/recipes/82-test_tfo_cli.t b/test/recipes/82-test_tfo_cli.t index 7fb0f6bf20..f069912357 100644 --- a/test/recipes/82-test_tfo_cli.t +++ b/test/recipes/82-test_tfo_cli.t @@ -15,6 +15,7 @@ use OpenSSL::Test::Utils; setup("test_tfo"); +plan skip_all => "test_tfo_cli needs tfo enabled" if disabled("tfo"); plan skip_all => "test_tfo_cli needs sock enabled" if disabled("sock"); plan skip_all => "test_tfo_cli needs tls < 1.3 enabled" if disabled("tls1") && disabled("tls1_1") && disabled("tls1_2"); -- 2.39.5