Skip performance test

This commit is contained in:
Tankred Hase 2016-02-01 08:23:17 +07:00
parent b89d069f05
commit 1ba1427f58

View File

@ -113,7 +113,7 @@ describe('Basic', function() {
});
});
it('Performance test', function (done) {
it.skip('Performance test', function (done) {
// init test data
function randomString(length, chars) {
var result = '';