summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorNicola Tuveri <nic.tuv@gmail.com>2021-08-07 09:53:08 +0300
committerNicola Tuveri <nic.tuv@gmail.com>2021-08-19 01:01:22 +0300
commit7952f04ddf8065ba4df7887f91fd5199d34a9d11 (patch)
tree3725712843e85e9e09f34be8c1e3e87e576831eb /.github
parentaa23aa759cf33b4f481fc719d42cb7bae8b2eaf0 (diff)
[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 <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16252)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b7ad7685cd..b423ce6947 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