@@ -498,9 +498,9 @@ describe('angular-fullstack generator', function () {
498498 runTest ( 'grunt test:e2e' , this , done , 240000 ) ;
499499 } ) ;
500500
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+ // });
504504 }
505505
506506 } ) ;
@@ -572,9 +572,9 @@ describe('angular-fullstack generator', function () {
572572 runTest ( 'grunt test:e2e' , this , done , 240000 ) ;
573573 } ) ;
574574
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+ // });
578578 }
579579
580580 } ) ;
@@ -633,9 +633,9 @@ describe('angular-fullstack generator', function () {
633633 runTest ( 'grunt test:e2e' , this , done , 240000 ) ;
634634 } ) ;
635635
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+ // });
639639 }
640640
641641 } ) ;
0 commit comments