@@ -259,12 +259,12 @@ describe('angular-fullstack:app', function() {
259
259
} ) ;
260
260
261
261
if ( ! process . env . SKIP_E2E ) {
262
- it ( 'should run e2e tests successfully' , function ( ) {
262
+ it . skip ( 'should run e2e tests successfully' , function ( ) {
263
263
this . retries ( 2 ) ;
264
264
return runCmd ( 'grunt test:e2e' ) . should . be . fulfilled ( ) ;
265
265
} ) ;
266
266
267
- it ( 'should run e2e tests successfully for production app' , function ( ) {
267
+ it . skip ( 'should run e2e tests successfully for production app' , function ( ) {
268
268
this . retries ( 2 ) ;
269
269
return runCmd ( 'grunt test:e2e:prod' ) . should . be . fulfilled ( ) ;
270
270
} ) ;
@@ -338,12 +338,12 @@ describe('angular-fullstack:app', function() {
338
338
} ) ;
339
339
340
340
if ( ! process . env . SKIP_E2E ) {
341
- it ( 'should run e2e tests successfully' , function ( ) {
341
+ it . skip ( 'should run e2e tests successfully' , function ( ) {
342
342
this . retries ( 2 ) ;
343
343
return runCmd ( 'grunt test:e2e' ) . should . be . fulfilled ( ) ;
344
344
} ) ;
345
345
346
- it ( 'should run e2e tests successfully for production app' , function ( ) {
346
+ it . skip ( 'should run e2e tests successfully for production app' , function ( ) {
347
347
this . retries ( 2 ) ;
348
348
return runCmd ( 'grunt test:e2e:prod' ) . should . be . fulfilled ( ) ;
349
349
} ) ;
@@ -417,12 +417,12 @@ describe('angular-fullstack:app', function() {
417
417
} ) ;
418
418
419
419
if ( ! process . env . SKIP_E2E ) {
420
- it ( 'should run e2e tests successfully' , function ( ) {
420
+ it . skip ( 'should run e2e tests successfully' , function ( ) {
421
421
this . retries ( 2 ) ;
422
422
return runCmd ( 'grunt test:e2e' ) . should . be . fulfilled ( ) ;
423
423
} ) ;
424
424
425
- it ( 'should run e2e tests successfully for production app' , function ( ) {
425
+ it . skip ( 'should run e2e tests successfully for production app' , function ( ) {
426
426
this . retries ( 2 ) ;
427
427
return runCmd ( 'grunt test:e2e:prod' ) . should . be . fulfilled ( ) ;
428
428
} ) ;
0 commit comments