diff --git a/buildscripts/resmokelib/testing/fixtures/standalone.py b/buildscripts/resmokelib/testing/fixtures/standalone.py index ac8d81144ce..908085077e2 100644 --- a/buildscripts/resmokelib/testing/fixtures/standalone.py +++ b/buildscripts/resmokelib/testing/fixtures/standalone.py @@ -115,9 +115,6 @@ class MongoDFixture(interface.Fixture): self.logger.info("Waiting to connect to mongod on port %d.", self.port) time.sleep(0.1) # Wait a little bit before trying again. - # Ensure that the sessions collection gets created - client.admin.command({"refreshLogicalSessionCacheNow": 1}) - self.logger.info("Successfully contacted the mongod on port %d.", self.port) def _do_teardown(self, mode=None):