From 95b8cfd6bbe97a0a57888fc667ba36df689bfea7 Mon Sep 17 00:00:00 2001 From: Sai1919 Date: Fri, 11 Nov 2016 11:48:13 +0530 Subject: [PATCH] skip large tests --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index 0c206b3..165ef54 100644 --- a/test/test.js +++ b/test/test.js @@ -1032,7 +1032,7 @@ describe('Tests', function () { }) }) - describe('performance testing', function () { + describe.skip('performance testing', function () { it('should properly parse more than 500 MB of file.', function (done) { var parser = new ParserFactory({resourcePath: '/items/item'}) // var wsStream = fs.createWriteStream('./test/TestFiles/MB_and_GB_size_files/MBFile.xml')