summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildscripts/resmokelib/testing/hooks/change_streams.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildscripts/resmokelib/testing/hooks/change_streams.py b/buildscripts/resmokelib/testing/hooks/change_streams.py
index 21a0a2a3c2f..ef662dbe8f3 100644
--- a/buildscripts/resmokelib/testing/hooks/change_streams.py
+++ b/buildscripts/resmokelib/testing/hooks/change_streams.py
@@ -24,7 +24,6 @@ class RunChangeStreamsInBackground(interface.Hook):
self._fixture = fixture
self._change_streams_thread = None
self._test_run = None
- random.seed(config.RANDOM_SEED)
self._every_n_tests = random.randint(1, 10)
self._full_suite_changes_num = 0