From: Nicola Tuveri Date: Sat, 7 Aug 2021 07:15:16 +0000 (+0300) Subject: [github-ci][run-checker-ci.yml] Disable no-tls1_3 tests X-Git-Tag: OpenSSL_1_1_1l~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce5b8f101db2b96bf893ddcc4c5a16a07fc41751;p=thirdparty%2Fopenssl.git [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) --- 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,