Skip to content

Commit e14e409

Browse files
authored
chore(e2e-tests): temporarily skip e2e-streams test MONGOSH-2814 (#2541)
1 parent 6aa27e4 commit e14e409

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/e2e-tests/test/e2e-streams.spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ describe('e2e Streams', function () {
4545
);
4646
return this.skip();
4747
}
48+
49+
// TODO(STREAMS-2031): Unskip this test after addressing flake
50+
return this.skip();
4851
});
4952

5053
describe('basic stream processor operations', function () {

0 commit comments

Comments
 (0)