From: Joe Orton Date: Wed, 8 Jul 2020 12:30:22 +0000 (+0000) Subject: Not obvious why the worker job is persistently failing in CPAN, X-Git-Tag: 2.4.44~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82fb6599b7d24801f5e64a83812a30a7ec56a20c;p=thirdparty%2Fapache%2Fhttpd.git Not obvious why the worker job is persistently failing in CPAN, mark it as allowed_failure. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1879651 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index bfdc373784a..7fb0490952c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -270,6 +270,8 @@ 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: + # Intermittent failures: + - env: CONFIG="--enable-mods-shared=reallyall --with-mpm=worker" # Currently broken: - env: CONFIG="--enable-mods-shared=reallyall --with-mpm=event --disable-cgi --enable-cgid-fdpassing" # Non-x86 are sometimes flaky: