Skip to content

Commit

Permalink
Add comment on a flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
mjameswh committed Nov 30, 2024
1 parent c8fb8fb commit 8170cc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/test/src/test-iterators-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ test(`mapAsyncIterable (with concurrency) doesn't hang on source exceptions`, as
});
});

// FIXME: This test is producing rare flakes
test(`mapAsyncIterable (with concurrency) doesn't hang mapFn exceptions`, async (t) => {
async function* name(): AsyncIterable<number> {
for (let i = 0; i < 1000; i++) {
Expand Down

0 comments on commit 8170cc2

Please sign in to comment.