From: Joe Orton Date: Tue, 23 Jun 2020 11:45:26 +0000 (+0000) Subject: Mark fdpassing test as failing. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1344 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c4eba9f592308b3e90ec9eb7b99d24023af8219;p=thirdparty%2Fapache%2Fhttpd.git Mark fdpassing test as failing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879115 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index e2fc7273c6c..a7aeade0b2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -267,7 +267,9 @@ jobs: env: NOTEST_CFLAGS="-fsanitize=undefined -fno-sanitize-recover=undefined" NOTEST_LIBS=-lubsan CONFIG="--enable-mods-shared=reallyall --disable-http2" TEST_UBSAN=1 allow_failures: - # non-x86 are sometimes flaky + # Currently broken: + - env: CONFIG="--enable-mods-shared=reallyall --with-mpm=event --disable-cgi --enable-cgid-fdpassing" + # Non-x86 are sometimes flaky: - arch: s390x env: CONFIG="--enable-mods-shared=reallyall" - arch: arm64