mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Comment out content test until we know for sure what we're doing with the content files
This commit is contained in:
parent
b2350f10f1
commit
1417d643e4
1 changed files with 1 additions and 1 deletions
|
|
@ -336,7 +336,7 @@ gulp.task('test:api:safe', ['test:prepare:mongo'], (done) => {
|
|||
|
||||
gulp.task('test', [
|
||||
'test:common:safe',
|
||||
'test:content:safe',
|
||||
// 'test:content:safe',
|
||||
'test:server_side:safe',
|
||||
'test:karma:safe',
|
||||
// 'test:api-legacy:safe',
|
||||
|
|
|
|||
Loading…
Reference in a new issue