From 1529717577d1b73c3b0a39eaf5d5543e693696a3 Mon Sep 17 00:00:00 2001 From: Kenneth Geisshirt Date: Mon, 5 Feb 2018 10:21:30 +0100 Subject: [PATCH] Disable partial sync test --- tests/js/session-tests.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/js/session-tests.js b/tests/js/session-tests.js index a127937c..90fc45ed 100644 --- a/tests/js/session-tests.js +++ b/tests/js/session-tests.js @@ -707,6 +707,7 @@ module.exports = { }); }, + /* Disabled: waiting for new implementation testPartialSync() { // FIXME: try to enable for React Native if (!isNodeProccess) { @@ -739,7 +740,7 @@ module.exports = { }) }) }, - + */ testClientReset() { // FIXME: try to enable for React Native if (!isNodeProccess) {