Skip to content

Commit 25cf9fd

Browse files
committed
add comment explaining skipped test
1 parent 174a475 commit 25cf9fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/functional/change_stream.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1446,7 +1446,7 @@ describe('Change Streams', function () {
14461446
}
14471447
});
14481448

1449-
// TODO: resuming currently broken on piped change streams, unskip as part of NODE-2172
1449+
// TODO: resuming currently broken on piped change streams, fix as part of NODE-2172
14501450
it.skip('should resume piping of Change Streams when a resumable error is encountered', {
14511451
metadata: {
14521452
requires: {
@@ -2795,6 +2795,7 @@ describe('Change Stream Resume Error Tests', function () {
27952795
})
27962796
});
27972797

2798+
// TODO: resuming currently broken on piped change streams, unskip as part of NODE-2172
27982799
it.skip('should continue piping changes after a resumable error', {
27992800
metadata: { requires: { topology: 'replicaset', mongodb: '>=3.6' } },
28002801
test: withChangeStream((collection, changeStream, done) => {

0 commit comments

Comments
 (0)