]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
[github-ci][ci.yml] Disable krb5 external tests
authorNicola Tuveri <nic.tuv@gmail.com>
Sat, 7 Aug 2021 06:53:08 +0000 (09:53 +0300)
committerNicola Tuveri <nic.tuv@gmail.com>
Wed, 18 Aug 2021 22:01:22 +0000 (01:01 +0300)
This commit temporarily disables krb5 external tests,
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/ci.yml

index b7ad7685cd500bda9873d6dab64e4d8e62b98672..b423ce6947ef4b1ae8c79a4276e3052f9b70f75b 100644 (file)
@@ -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