Skip to content

Commit

Permalink
ci: make bun-install-registry.test.ts less flaky on windows (#11253)
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro authored May 22, 2024
1 parent d4b3f16 commit 9399b70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/cli/install/registry/bun-install-registry.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5044,7 +5044,8 @@ for (const forceWaiterThread of isLinux ? [false, true] : [false]) {
expect(proc.resourceUsage()?.cpuTime.total).toBeLessThan(750_000);
});

test(
// https://github.com/oven-sh/bun/issues/11252
test.todoIf(isWindows)(
"bun pm trust",
async () => {
const dep = isWindows ? "uses-what-bin-slow-window" : "uses-what-bin-slow";
Expand Down

0 comments on commit 9399b70

Please sign in to comment.