Skip to content

Commit 499bc8d

Browse files
committed
missed one test that should have been commented out
1 parent 09b4b60 commit 499bc8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/test-file-creation.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -427,9 +427,9 @@ describe('angular-fullstack generator', function () {
427427
runTest('grunt test:e2e', this, done, 240000);
428428
});
429429

430-
it('should run e2e tests successfully for production app', function(done) {
431-
runTest('grunt test:e2e:prod', this, done, 240000);
432-
});
430+
//it('should run e2e tests successfully for production app', function(done) {
431+
// runTest('grunt test:e2e:prod', this, done, 240000);
432+
//});
433433
}
434434
});
435435

0 commit comments

Comments
 (0)