Remove internal tests from main test script for now

This commit is contained in:
murgatroid99 2018-03-08 18:00:48 -08:00
parent 73c1c6d663
commit dbd1feb573
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ gulp.task('clean.all', 'Delete all files created by tasks',
'internal.test.clean.all', 'js.clean.all', 'native.clean.all', 'protobuf.clean.all']);
gulp.task('native.test.only', 'Run tests of native code without rebuilding anything',
['native.core.test', 'internal.test.test', 'health-check.test']);
['native.core.test', 'health-check.test']);
gulp.task('native.test', 'Run tests of native code', (callback) => {
runSequence('build', 'native.test.only', callback);