From 5c3790d7fcee021cda4ac7ec14dfb4fcec09abab Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Wed, 15 Jul 2020 14:44:21 +0000 Subject: [PATCH] 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 --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) 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" -- 2.47.3