Skip to content

Commit a81b9c8

Browse files
committed
test(sync): remove unreachable retry mock branch
1 parent 736d4eb commit a81b9c8

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

test/experimental-sync-target-entry.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ describe("experimental sync target entry", () => {
5353

5454
while (retryAttempts.length < 2) {
5555
retryAttempts.push("EBUSY");
56-
if (!options.retryableCodes.has("EBUSY")) {
57-
throw Object.assign(new Error("busy"), { code: "EBUSY" });
58-
}
5956
await options.sleep(25 * retryAttempts.length);
6057
}
6158

0 commit comments

Comments
 (0)