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

Commit

Permalink
Tests: skip the generator tests
Browse files Browse the repository at this point in the history
  • Loading branch information
markelog committed Apr 14, 2016
1 parent 291bb41 commit 86be5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/config/generator.js
Expand Up @@ -10,7 +10,7 @@ var ConfigGenerator = require('../../../lib/config/generator');
var crockfordClone = require('../../data/configs/generator/crockfordClone');

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

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

0 comments on commit 86be5b5

Please sign in to comment.