Skip to content

Commit 34eb0e1

Browse files
author
Raymond Feng
committed
Disable application model test for karma
1 parent 0f9dd93 commit 34eb0e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/karma.conf.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ module.exports = function(config) {
1818
'test/support.js',
1919
'test/loopback.test.js',
2020
'test/model.test.js',
21-
'test/model.application.test.js',
21+
// [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',
2225
'test/geo-point.test.js',
2326
'test/replication.test.js',
2427
'test/change.test.js',

0 commit comments

Comments
 (0)