Skip to content

Commit

Permalink
Okay, skip instead
Browse files Browse the repository at this point in the history
  • Loading branch information
winstliu committed Jul 23, 2023
1 parent 30dac29 commit c01572a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/App.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ test.describe("Accessibility", () => {
});

test("Solutions are accessible", async ({ page }, { project }) => {
test.slow(project.name === "Mobile Safari", "Slow in mobile Safari");
test.skip(project.name === "Mobile Safari", "Times out in mobile Safari");

await page.goto("/");

Expand Down

0 comments on commit c01572a

Please sign in to comment.