]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Not obvious why the worker job is persistently failing in CPAN,
authorJoe Orton <jorton@apache.org>
Wed, 8 Jul 2020 12:30:22 +0000 (12:30 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 8 Jul 2020 12:30:22 +0000 (12:30 +0000)
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

.travis.yml

index bfdc373784ae7c4d8b185d0287190982c3c34215..7fb0490952cc794cf011121e91605a6ff2606d99 100644 (file)
@@ -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: