From 1ddea35bd418b89c2f8403b41c054ad2f454382b Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Thu, 4 Mar 2021 12:35:16 +0100 Subject: [PATCH] CI external test: for now run only the krb5 and gost_engine tests The boringssl (https://github.com/openssl/openssl/issues/14424) and pyca-cryptography (https://github.com/openssl/openssl/issues/14425) tests are currently broken. Reviewed-by: Richard Levitte Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/14416) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb29080d623..1b5746b9bce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -186,4 +186,4 @@ jobs: - name: make run: make -s -j4 - name: make test - run: BORING_RUNNER_DIR=$(pwd)/boringssl/ssl/test/runner make test TESTS="test_external*" + run: BORING_RUNNER_DIR=$(pwd)/boringssl/ssl/test/runner make test TESTS="test_external_gost_engine test_external_krb5" -- 2.47.3