We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9dd93 commit 34eb0e1Copy full SHA for 34eb0e1
test/karma.conf.js
@@ -18,7 +18,10 @@ module.exports = function(config) {
18
'test/support.js',
19
'test/loopback.test.js',
20
'test/model.test.js',
21
- 'test/model.application.test.js',
+ // [rfeng] Browserified common/models/application.js
22
+ // (crypto.randomBytes()) is not compatible with phantomjs. Skip
23
+ // the karma test for now.
24
+ // 'test/model.application.test.js',
25
'test/geo-point.test.js',
26
'test/replication.test.js',
27
'test/change.test.js',
0 commit comments