skip performance tests

This commit is contained in:
Sai1919
2016-11-11 13:28:43 +05:30
parent 456379c234
commit 3bc6c9f542

View File

@@ -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) { it('should properly parse more than 500 MB of file.', function (done) {
var parser = new ParserFactory({resourcePath: '/items/item'}) var parser = new ParserFactory({resourcePath: '/items/item'})
// var wsStream = fs.createWriteStream('./test/TestFiles/MB_and_GB_size_files/MBFile.xml') // var wsStream = fs.createWriteStream('./test/TestFiles/MB_and_GB_size_files/MBFile.xml')