summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2023-03-20 11:24:20 +0000
committerYann Ylavic <ylavic@apache.org>2023-03-20 11:24:20 +0000
commit44b90f02115efc68da4e9d32f0f8dccb49915e7f (patch)
tree819b087c43682dbb0403a99733098cf38a53f437
parentf4e889d03d5991a1b92ae4b8f445a9a75fcfb812 (diff)
downloadhttpd-44b90f02115efc68da4e9d32f0f8dccb49915e7f.tar.gz
ci: Disable MOD_TLS test suite for now (never passing).
Merges r1908561 trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1908562 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--.github/workflows/linux.yml23
1 files changed, 12 insertions, 11 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 223c45662d..5cab8e2ffe 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -209,17 +209,18 @@ jobs:
# -------------------------------------------------------------------------
### TODO: if: *condition_not_24x
### TODO: fix caching here.
- - name: MOD_TLS test suite
- config: --enable-mods-shared=reallyall --with-mpm=event --enable-mpms-shared=event
- pkgs: curl python3-pytest nghttp2-client python3-cryptography python3-requests cargo cbindgen
- env: |
- APR_VERSION=1.7.2
- APU_VERSION=1.6.1
- APU_CONFIG="--with-crypto"
- NO_TEST_FRAMEWORK=1
- TEST_INSTALL=1
- TEST_MOD_TLS=1
- CLEAR_CACHE=1
+ ### TODO: make it pass (see e.g. https://github.com/apache/httpd/actions/runs/4467336705/jobs/7846666316)
+ #- name: MOD_TLS test suite
+ # config: --enable-mods-shared=reallyall --with-mpm=event --enable-mpms-shared=event
+ # pkgs: curl python3-pytest nghttp2-client python3-cryptography python3-requests cargo cbindgen
+ # env: |
+ # APR_VERSION=1.7.2
+ # APU_VERSION=1.6.1
+ # APU_CONFIG="--with-crypto"
+ # NO_TEST_FRAMEWORK=1
+ # TEST_INSTALL=1
+ # TEST_MOD_TLS=1
+ # CLEAR_CACHE=1
# -------------------------------------------------------------------------
### TODO if: *condition_not_24x
### TODO: Fails because :i386 packages are not being found.