From aaf9cbb7eb6fa2e1266aab26d8f6402368f2a61c Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 3 Feb 2020 09:57:34 +0100 Subject: [PATCH] Disable parallelism for FPM tests Let's see if this helps with spurious failures on Azure. --- sapi/fpm/tests/CONFLICTS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.49.0