Skip to content

Commit e5aced7

Browse files
authored
test: remove replicaset topology from reIndex tests
1 parent f4bf912 commit e5aced7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/functional/db.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ describe('Db', function() {
207207
*/
208208
it('shouldCorrectlyForceReindexOnCollection', {
209209
metadata: {
210-
requires: { topology: ['single', 'replicaset'] }
210+
requires: { topology: ['single'] }
211211
},
212212

213213
test: function(done) {

test/functional/operation_example.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2768,7 +2768,7 @@ describe('Operation Examples', function() {
27682768
*/
27692769
it('shouldCorrectlyIndexAndForceReindexOnCollection', {
27702770
metadata: {
2771-
requires: { topology: ['single', 'replicaset', 'ssl', 'heap', 'wiredtiger'] }
2771+
requires: { topology: ['single', 'ssl', 'heap', 'wiredtiger'] }
27722772
},
27732773

27742774
test: function(done) {

0 commit comments

Comments
 (0)