Skip to content

Commit 20c9681

Browse files
fix: skip change streams pre 4.4 test
1 parent b24d29d commit 20c9681

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/integration/change-streams/change_streams.spec.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ describe('Change Streams Spec - Unified', function () {
1212
runUnifiedSuite(loadSpecTests(path.join('change-streams', 'unified')), [
1313
'Test with document comment',
1414
'Test with string comment',
15-
'Test that comment is set on getMore'
15+
'Test that comment is set on getMore',
16+
'Test with document comment - pre 4.4'
1617
]);
1718
});
1819

0 commit comments

Comments
 (0)