【发布时间】:2017-04-01 15:57:11
【问题描述】:
我在 Realm 上进行了一些集成测试,但是当我在 CI 上运行时,我收到了以下错误消息:Realm.Sync is not available. Note that the developer edition of the Node.JS SDK for Realm does not include sync on Linux.
我理解消息的含义,我的集成测试不需要 Realm Sync。如何在 CI 环境中禁用 Realm.sync?
【问题讨论】:
标签: continuous-integration realm integration-testing