diff --git a/js/server/tests/replication/replication-sync.js b/js/server/tests/replication/replication-sync.js index 4e091c32ec..c0bdae58ca 100644 --- a/js/server/tests/replication/replication-sync.js +++ b/js/server/tests/replication/replication-sync.js @@ -43,6 +43,7 @@ var mmfilesEngine = false; if (db._engine().name === "mmfiles") { mmfilesEngine = true; } + //////////////////////////////////////////////////////////////////////////////// /// @brief test suite //////////////////////////////////////////////////////////////////////////////// @@ -114,7 +115,6 @@ function ReplicationSuite() { db._drop(cn); connectToSlave(); - replication.applier.stop(); db._drop(cn); },