Skip to content

Commit 8d415eb

Browse files
authored
chore: disable flaky test in express_test.ts
1 parent f3369b4 commit 8d415eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

js/plugins/express/tests/express_test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,8 @@ describe('expressHandler', async () => {
282282
});
283283
});
284284

285-
it('should abort a flow with auth', async () => {
285+
// TODO: This test is flaky, skipping until fixed.
286+
it.skip('should abort a flow with auth', async () => {
286287
const controller = new AbortController();
287288
const response = fetch(`http://localhost:${port}/abortableFlow`, {
288289
method: 'POST',

0 commit comments

Comments
 (0)