Skip to content
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.

Commit

Permalink
Quarantines metal-clay-generator:app tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jbalsas committed Dec 6, 2017
1 parent 2d30f54 commit f5bce0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/generator-metal-clay/__tests__/test-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ let path = require('path');
let assert = require('yeoman-generator').assert;
let helpers = require('yeoman-generator').test;

describe('metal-clay-generator:app', function() {
describe.skip('metal-clay-generator:app', function() {
beforeAll(function(done) {
helpers
.run(path.join(__dirname, '../app'))
Expand Down

0 comments on commit f5bce0d

Please sign in to comment.