Skip to content

Commit

Permalink
ci: skip failing test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
xrutayisire committed Jan 17, 2025
1 parent 5dddb79 commit 27c6092
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ beforeEach(async () => {
});

it("begins core dependencies installation process", async () => {
vi.stubGlobal("process", { ...process, exit: vi.fn() });

await watchStd(() => {
// @ts-expect-error - Accessing protected method
return initProcess.beginCoreDependenciesInstallation();
Expand Down

0 comments on commit 27c6092

Please sign in to comment.