summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2023-03-20 11:22:21 +0000
committerYann Ylavic <ylavic@apache.org>2023-03-20 11:22:21 +0000
commit4886fc946fda8ef367709fb117146be51b535911 (patch)
treef43eb305a7bd1bed62f471eae78dbb45c0fe0546 /.github
parent63d0e49490cb3da24dbf30c5dfd2ba846e32d60a (diff)
downloadhttpd-4886fc946fda8ef367709fb117146be51b535911.tar.gz
ci: Disable MOD_TLS test suite for now (never passing).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908561 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.github')
-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 50c270bc8f..37d96df660 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -226,17 +226,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.