From 2505f0dca081ff0529231c8792d30c04f5f1270c Mon Sep 17 00:00:00 2001 From: George Adams Date: Wed, 12 Oct 2016 16:16:53 +0100 Subject: [PATCH] mark s390 tests as flaky These tests are all failing on s390, I will try and raise issues with all the modules: fs-extra async time node-sass --- lib/lookup.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/lookup.json b/lib/lookup.json index e9f2f60ff..6e9230f01 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -56,7 +56,7 @@ }, "fs-extra": { "replace": true, - "flaky": ["linux-ia32", "aix"] + "flaky": ["linux-ia32", "aix", "s390"] }, "body-parser": { "replace": true @@ -215,6 +215,7 @@ "replace": true, "prefix": "v", "flaky": { + "s390": true, "darwin": true, "v0.12": ["fedroa21", "fedora22", "ubuntu1204"] } @@ -291,7 +292,7 @@ }, "time": { "replace": true, - "flaky": ["linux-ia32", "aix"] + "flaky": ["linux-ia32", "aix", "s390"] }, "bson": { "replace": true, @@ -304,6 +305,6 @@ "node-sass": { "replace": true, "prefix": "v", - "flaky": ["ppc", "v7"] + "flaky": ["ppc", "v7", "s390"] } }