Skip to content

Commit a153d34

Browse files
authored
Skip flaky tests (#9904)
1 parent 1841d5d commit a153d34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/timeout.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe("timeoutFallback", () => {
1515
});
1616
});
1717

18-
describe("timeoutError", () => {
18+
describe.skip("timeoutError", () => {
1919
it("should resolve with the promise value when it completes before timeout", async () => {
2020
const promise = new Promise<string>((resolve) => setTimeout(() => resolve("success"), 10));
2121
const result = await timeoutError(promise, "error", 20);

0 commit comments

Comments
 (0)