From: Joe Orton Date: Wed, 15 Jul 2020 14:44:21 +0000 (+0000) Subject: The cgid-fdpassing failures are fixed by r1879883 in test/framework, X-Git-Tag: 2.5.0-alpha2-ci-test-only~1260 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c3790d7fcee021cda4ac7ec14dfb4fcec09abab;p=thirdparty%2Fapache%2Fhttpd.git The cgid-fdpassing failures are fixed by r1879883 in test/framework, no longer mark as allowed_failure. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879892 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index 745860a4c9f..10e0465b4b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -287,8 +287,6 @@ 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: - # 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"