summaryrefslogtreecommitdiff
path: root/jstests/replsets/initial_sync_oplog_rollover.js
diff options
context:
space:
mode:
authorGregory Wlodarek <gregory.wlodarek@mongodb.com>2021-03-25 00:46:26 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-03-25 21:11:22 +0000
commitd24fbc3f38e3c0d7b983be0312dfd56dc2bc082b (patch)
tree4abf0edc149b7b302d0ff909463805fecc6f7fdf /jstests/replsets/initial_sync_oplog_rollover.js
parent160b14eb711a9242698ec02b9c45250cfa520543 (diff)
downloadmongo-d24fbc3f38e3c0d7b983be0312dfd56dc2bc082b.tar.gz
SERVER-55512 Enable additional tests on ephemeralForTest
Diffstat (limited to 'jstests/replsets/initial_sync_oplog_rollover.js')
-rw-r--r--jstests/replsets/initial_sync_oplog_rollover.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/replsets/initial_sync_oplog_rollover.js b/jstests/replsets/initial_sync_oplog_rollover.js
index 3a41913b2e9..b9c1eda8f2f 100644
--- a/jstests/replsets/initial_sync_oplog_rollover.js
+++ b/jstests/replsets/initial_sync_oplog_rollover.js
@@ -5,8 +5,6 @@
* oplog entries. The primary then fills up its oplog until it rolls over. At that point
* initial sync is resumed and we assert that it succeeds and that all of the inserted documents
* are there.
- *
- * @tags: [incompatible_with_eft]
*/
(function() {