Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 86be5b5

Browse files
committed
Tests: skip the generator tests
1 parent 291bb41 commit 86be5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/specs/config/generator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var ConfigGenerator = require('../../../lib/config/generator');
1010
var crockfordClone = require('../../data/configs/generator/crockfordClone');
1111

1212
// Skip it, to slow at the moment
13-
describe('lib/config/generator', function() {
13+
describe.skip('lib/config/generator', function() {
1414
this.timeout(60000);
1515

1616
var _path = path.resolve(__dirname, '../../../lib/config/generator.js');

0 commit comments

Comments
 (0)