From 5481178dbe3f40e9f98e79cb8c391329cd399053 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Fri, 23 Oct 2015 12:42:47 -0500 Subject: [PATCH] Move e2e tests higher up in test calls --- 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 64de69f135..e8252dbd5f 100644 --- a/tasks/gulp-tests.js +++ b/tasks/gulp-tests.js @@ -336,13 +336,13 @@ gulp.task('test:api:safe', ['test:prepare:mongo'], (done) => { }); gulp.task('test', [ + 'test:e2e:safe', 'test:common:safe', // 'test:content:safe', 'test:server_side:safe', 'test:karma:safe', 'test:api-legacy:safe', 'test:api:safe', - 'test:e2e:safe' ], () => { let totals = [0,0,0];