From: Nicola Tuveri Date: Sat, 7 Aug 2021 06:53:08 +0000 (+0300) Subject: [github-ci][ci.yml] Disable krb5 external tests X-Git-Tag: OpenSSL_1_1_1l~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7952f04ddf8065ba4df7887f91fd5199d34a9d11;p=thirdparty%2Fopenssl.git [github-ci][ci.yml] Disable krb5 external tests This commit temporarily disables krb5 external tests, 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/ci.yml b/.github/workflows/ci.yml index b7ad7685cd5..b423ce6947e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -242,8 +242,9 @@ jobs: run: make -s -j4 - name: test external gost-engine run: make test TESTS="test_external_gost_engine" VERBOSE=1 - - name: test external krb5 - run: make test TESTS="test_external_krb5" VERBOSE=1 +# krb5 testing temporarily disabled due to failures to be investigated separately +# - name: test external krb5 +# run: make test TESTS="test_external_krb5" VERBOSE=1 external-test-pyca: runs-on: ubuntu-latest