@@ -498,9 +498,9 @@ describe('angular-fullstack generator', function () {
498
498
runTest ( 'grunt test:e2e' , this , done , 240000 ) ;
499
499
} ) ;
500
500
501
- it ( 'should run e2e tests successfully for production app' , function ( done ) {
502
- runTest ( 'grunt test:e2e:prod' , this , done , 240000 ) ;
503
- } ) ;
501
+ // it('should run e2e tests successfully for production app', function (done) {
502
+ // runTest('grunt test:e2e:prod', this, done, 240000);
503
+ // });
504
504
}
505
505
506
506
} ) ;
@@ -572,9 +572,9 @@ describe('angular-fullstack generator', function () {
572
572
runTest ( 'grunt test:e2e' , this , done , 240000 ) ;
573
573
} ) ;
574
574
575
- it ( 'should run e2e tests successfully for production app' , function ( done ) {
576
- runTest ( 'grunt test:e2e:prod' , this , done , 240000 ) ;
577
- } ) ;
575
+ // it('should run e2e tests successfully for production app', function (done) {
576
+ // runTest('grunt test:e2e:prod', this, done, 240000);
577
+ // });
578
578
}
579
579
580
580
} ) ;
@@ -633,9 +633,9 @@ describe('angular-fullstack generator', function () {
633
633
runTest ( 'grunt test:e2e' , this , done , 240000 ) ;
634
634
} ) ;
635
635
636
- it ( 'should run e2e tests successfully for production app' , function ( done ) {
637
- runTest ( 'grunt test:e2e:prod' , this , done , 240000 ) ;
638
- } ) ;
636
+ // it('should run e2e tests successfully for production app', function (done) {
637
+ // runTest('grunt test:e2e:prod', this, done, 240000);
638
+ // });
639
639
}
640
640
641
641
} ) ;
0 commit comments