Skip to content

Commit 91223e4

Browse files
authored
test: remove replicaset topology from reIndex tests
1 parent 8a9c108 commit 91223e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/functional/db.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ describe('Db', function() {
313313
*/
314314
it('shouldCorrectlyForceReindexOnCollection', {
315315
metadata: {
316-
requires: { topology: ['single', 'replicaset'] }
316+
requires: { topology: ['single'] }
317317
},
318318

319319
// The actual test we wish to run

test/functional/operation_example.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2855,7 +2855,7 @@ describe('Operation Examples', function() {
28552855
*/
28562856
it('shouldCorrectlyIndexAndForceReindexOnCollection', {
28572857
metadata: {
2858-
requires: { topology: ['single', 'replicaset', 'ssl', 'heap', 'wiredtiger'] }
2858+
requires: { topology: ['single', 'ssl', 'heap', 'wiredtiger'] }
28592859
},
28602860

28612861
// The actual test we wish to run

0 commit comments

Comments
 (0)