summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-02-03 09:57:34 +0100
committerNikita Popov <nikita.ppv@gmail.com>2020-02-03 09:57:34 +0100
commitaaf9cbb7eb6fa2e1266aab26d8f6402368f2a61c (patch)
treee1a010043f45bc5bcf6d4588a3d7bbf669d99af6
parentd422478f6d10691b63a8bc64072e929fd457bfe9 (diff)
downloadphp-git-aaf9cbb7eb6fa2e1266aab26d8f6402368f2a61c.tar.gz
Disable parallelism for FPM tests
Let's see if this helps with spurious failures on Azure.
-rw-r--r--sapi/fpm/tests/CONFLICTS4
1 files changed, 3 insertions, 1 deletions
diff --git a/sapi/fpm/tests/CONFLICTS b/sapi/fpm/tests/CONFLICTS
index 14c2e0b65a..d19bf9c39a 100644
--- a/sapi/fpm/tests/CONFLICTS
+++ b/sapi/fpm/tests/CONFLICTS
@@ -1 +1,3 @@
-fpm
+# FPM tests have many spurious failures on Azure recently,
+# try to run them without parallelism.
+all