@@ -434,9 +434,9 @@ describe('angular-fullstack generator', function () {
434434 runTest ( 'grunt test:e2e' , this , done , 240000 ) ;
435435 } ) ;
436436
437- it ( 'should run e2e tests successfully for production app' , function ( done ) {
438- runTest ( 'grunt test:e2e:prod' , this , done , 240000 ) ;
439- } ) ;
437+ // it('should run e2e tests successfully for production app', function(done) {
438+ // runTest('grunt test:e2e:prod', this, done, 240000);
439+ // });
440440 } ) ;
441441
442442 describe ( 'with other preprocessors and oauth' , function ( ) {
@@ -503,9 +503,6 @@ describe('angular-fullstack generator', function () {
503503 runTest ( 'grunt test:e2e' , this , done , 240000 ) ;
504504 } ) ;
505505
506- it ( 'should run e2e tests successfully for production app' , function ( done ) {
507- runTest ( 'grunt test:e2e:prod' , this , done , 240000 ) ;
508- } ) ;
509506 } ) ;
510507
511508 describe ( 'with other preprocessors and no server options' , function ( ) {
@@ -574,9 +571,6 @@ describe('angular-fullstack generator', function () {
574571 runTest ( 'grunt test:e2e' , this , done , 240000 ) ;
575572 } ) ;
576573
577- it ( 'should run e2e tests successfully for production app' , function ( done ) {
578- runTest ( 'grunt test:e2e:prod' , this , done , 240000 ) ;
579- } ) ;
580574 } ) ;
581575
582576 describe ( 'with no preprocessors and no server options' , function ( ) {
@@ -632,9 +626,6 @@ describe('angular-fullstack generator', function () {
632626 runTest ( 'grunt test:e2e' , this , done , 240000 ) ;
633627 } ) ;
634628
635- it ( 'should run e2e tests successfully for production app' , function ( done ) {
636- runTest ( 'grunt test:e2e:prod' , this , done , 240000 ) ;
637- } ) ;
638629 } ) ;
639630 } ) ;
640631} ) ;
0 commit comments