From e27cc954e72a28b4c0eef7069b2f1fca7eaa197c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sat, 15 Dec 2018 14:23:26 +0100 Subject: [PATCH] lookup: skip graceful-fs on >=11 (#655) Some tests fail because of GC-related changes. --- lib/lookup.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/lookup.json b/lib/lookup.json index 1d47bdb8e..2965816e4 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -196,7 +196,8 @@ }, "graceful-fs": { "prefix": "v", - "maintainers": "isaacs" + "maintainers": "isaacs", + "skip": ">=11" }, "gulp": { "prefix": "v",