From ce5b8f101db2b96bf893ddcc4c5a16a07fc41751 Mon Sep 17 00:00:00 2001 From: Nicola Tuveri Date: Sat, 7 Aug 2021 10:15:16 +0300 Subject: [PATCH] [github-ci][run-checker-ci.yml] Disable no-tls1_3 tests This commit temporarily disables tests for no-tls1_3, due to failures to be investigated in a dedicated PR. Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16252) --- .github/workflows/run-checker-ci.yml | 3 ++- .github/workflows/run-checker-daily.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-checker-ci.yml b/.github/workflows/run-checker-ci.yml index a999492207b..7a171bff9d0 100644 --- a/.github/workflows/run-checker-ci.yml +++ b/.github/workflows/run-checker-ci.yml @@ -20,7 +20,8 @@ jobs: no-tests, no-threads, no-tls, - no-tls1_3, +# no-tls1_3 temporarily disabled due to failures to be investigated separately +# no-tls1_3, no-ts, no-ui, ] diff --git a/.github/workflows/run-checker-daily.yml b/.github/workflows/run-checker-daily.yml index e335b87b319..c1b0327ae34 100644 --- a/.github/workflows/run-checker-daily.yml +++ b/.github/workflows/run-checker-daily.yml @@ -50,7 +50,8 @@ jobs: no-egd, no-engine, no-external-tests, - no-tls1_3, +# no-tls1_3 temporarily disabled due to failures to be investigated separately +# no-tls1_3, no-fuzz-afl, no-fuzz-libfuzzer, no-gost, -- 2.47.2