From a46fa873a99202b8fafa23588384f296261435eb Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Wed, 16 Dec 2015 11:16:30 +0100 Subject: [PATCH] disable common tests for api v3 --- tasks/gulp-tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/gulp-tests.js b/tasks/gulp-tests.js index 3698fd1f64..b3c1eadf84 100644 --- a/tasks/gulp-tests.js +++ b/tasks/gulp-tests.js @@ -380,7 +380,7 @@ gulp.task('test:all', (done) => { runSequence( 'lint', // 'test:e2e:safe', - 'test:common:safe', + //'test:common:safe', // 'test:content:safe', 'test:server_side:safe', // 'test:karma:safe',