Disable application model test for karma
This commit is contained in:
parent
0f9dd93aba
commit
34eb0e1a45
|
@ -18,7 +18,10 @@ module.exports = function(config) {
|
|||
'test/support.js',
|
||||
'test/loopback.test.js',
|
||||
'test/model.test.js',
|
||||
'test/model.application.test.js',
|
||||
// [rfeng] Browserified common/models/application.js
|
||||
// (crypto.randomBytes()) is not compatible with phantomjs. Skip
|
||||
// the karma test for now.
|
||||
// 'test/model.application.test.js',
|
||||
'test/geo-point.test.js',
|
||||
'test/replication.test.js',
|
||||
'test/change.test.js',
|
||||
|
|
Loading…
Reference in New Issue