Skip to content

Commit

Permalink
test: run on requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Jul 20, 2022
1 parent a992ced commit ce398f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/integration/change-streams/change_stream.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1373,6 +1373,10 @@ describe('Change Streams', function () {
.run();

UnifiedTestSuiteBuilder.describe('entity.watch() server-side options')
.runOnRequirement({
topologies: ['replicaset', 'sharded-replicaset', 'sharded', 'load-balanced'],
minServerVersion: '4.4.0'
})
.createEntities([
{ client: { id: 'client0', observeEvents: ['commandStartedEvent'] } },
{ database: { id: 'db0', client: 'client0', databaseName: 'watchOpts' } },
Expand Down

0 comments on commit ce398f1

Please sign in to comment.