@@ -434,9 +434,9 @@ describe('angular-fullstack generator', function () {
434
434
runTest ( 'grunt test:e2e' , this , done , 240000 ) ;
435
435
} ) ;
436
436
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
+ // });
440
440
} ) ;
441
441
442
442
describe ( 'with other preprocessors and oauth' , function ( ) {
@@ -503,9 +503,6 @@ describe('angular-fullstack generator', function () {
503
503
runTest ( 'grunt test:e2e' , this , done , 240000 ) ;
504
504
} ) ;
505
505
506
- it ( 'should run e2e tests successfully for production app' , function ( done ) {
507
- runTest ( 'grunt test:e2e:prod' , this , done , 240000 ) ;
508
- } ) ;
509
506
} ) ;
510
507
511
508
describe ( 'with other preprocessors and no server options' , function ( ) {
@@ -574,9 +571,6 @@ describe('angular-fullstack generator', function () {
574
571
runTest ( 'grunt test:e2e' , this , done , 240000 ) ;
575
572
} ) ;
576
573
577
- it ( 'should run e2e tests successfully for production app' , function ( done ) {
578
- runTest ( 'grunt test:e2e:prod' , this , done , 240000 ) ;
579
- } ) ;
580
574
} ) ;
581
575
582
576
describe ( 'with no preprocessors and no server options' , function ( ) {
@@ -632,9 +626,6 @@ describe('angular-fullstack generator', function () {
632
626
runTest ( 'grunt test:e2e' , this , done , 240000 ) ;
633
627
} ) ;
634
628
635
- it ( 'should run e2e tests successfully for production app' , function ( done ) {
636
- runTest ( 'grunt test:e2e:prod' , this , done , 240000 ) ;
637
- } ) ;
638
629
} ) ;
639
630
} ) ;
640
631
} ) ;
0 commit comments