Skip to content

Commit 97c3adc

Browse files
test: disable KoraLabsHandleProvider flaky tests
1 parent 1a00918 commit 97c3adc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/e2e/test/handle/KoraLabsHandleProvider.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ const checkHandleResolution = (source: string, result: unknown) => {
2626
expect(['string', 'undefined']).toContain(typeof profilePic);
2727
};
2828

29-
describe('KoraLabsHandleProvider', () => {
29+
// Fix flaky tests LW-13058
30+
describe.skip('KoraLabsHandleProvider', () => {
3031
let provider: KoraLabsHandleProvider;
3132

3233
beforeAll(() => {

0 commit comments

Comments
 (0)