[libsoup/apache-tests-failure] tests: disable parallelism in the proxy test



commit 6c38fe7a2a9c162303dd2675eecd080c45c8e9f1
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Fri Mar 15 19:42:08 2019 +0200

    tests: disable parallelism in the proxy test
    
    The proxy test uses apache, so it shouldn't run in parallel (see 5c1eea7).
    For some reason parallelism wasn't disabled for this test, causing random
    failures in CI.
    
    Fixes #142

 tests/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/meson.build b/tests/meson.build
index 8176f29b..1f0ff7cf 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -49,7 +49,7 @@ if have_apache
     ['auth', false],
     ['connection', false],
     ['range', false],
-    ['proxy', true],
+    ['proxy', false],
     ['pull-api', false],
   ]
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]