From fe092f39d6af1abb6d56e30bad0b434985b863ec Mon Sep 17 00:00:00 2001 From: Wayne Andrews Date: Thu, 1 Sep 2016 14:33:45 +0100 Subject: [PATCH] Mark time and fs-extra as flaky on linux-ia32 --- lib/lookup.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/lookup.json b/lib/lookup.json index f856a310f..da1436f84 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -55,7 +55,8 @@ "flaky": true }, "fs-extra": { - "replace": true + "replace": true, + "flaky": "linux-ia32" }, "body-parser": { "replace": true @@ -282,7 +283,8 @@ "replace": true }, "time": { - "replace": true + "replace": true, + "flaky": "linux-ia32" }, "bson": { "replace": true,