From d980692c30d272f235204f7823aa32b11c5403ea Mon Sep 17 00:00:00 2001 From: Matthijs van Henten Date: Mon, 23 Nov 2015 16:07:11 +0000 Subject: [PATCH] blacklist more tests --- package.json | 2 +- plugins/c9.fs/fs.cache.xml_test.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f14f9a8c..04342648 100644 --- a/package.json +++ b/package.json @@ -114,6 +114,6 @@ "c9.ide.threewaymerge": "#229382aa0b", "c9.ide.undo": "#b028bcb4d5", "c9.ide.upload": "#0bd010d3dc", - "c9.ide.welcome": "#437071b819" + "c9.ide.welcome": "#336862828d" } } \ No newline at end of file diff --git a/plugins/c9.fs/fs.cache.xml_test.js b/plugins/c9.fs/fs.cache.xml_test.js index 9b574e45..dd8b93d8 100644 --- a/plugins/c9.fs/fs.cache.xml_test.js +++ b/plugins/c9.fs/fs.cache.xml_test.js @@ -1,5 +1,6 @@ /*global describe it before*/ +"use blacklist"; "use client"; require(["lib/architect/architect", "lib/chai/chai", "/vfs-root", "events"],