[github-ci][run-checker-ci.yml] Disable no-tls1_3 tests
authorNicola Tuveri <nic.tuv@gmail.com>
Sat, 7 Aug 2021 07:15:16 +0000 (10:15 +0300)
committerNicola Tuveri <nic.tuv@gmail.com>
Wed, 18 Aug 2021 22:01:22 +0000 (01:01 +0300)
This commit temporarily disables tests for no-tls1_3,
due to failures to be investigated in a dedicated PR.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16252)

.github/workflows/run-checker-ci.yml
.github/workflows/run-checker-daily.yml

index a999492207b80f4fc9a0ad2bda28680535aa418d..7a171bff9d0a907bdb2038b618a87ed62a24eb19 100644 (file)
@@ -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,
         ]
index e335b87b319aef2a6d576ddd405cbfe7bc120cf9..c1b0327ae34ce4ba8c05e106a5080b4d9056a034 100644 (file)
@@ -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,