Skip to content

Commit

Permalink
Use test.fail instead so we know when to re-enable
Browse files Browse the repository at this point in the history
  • Loading branch information
winstliu committed Oct 22, 2023
1 parent 697564e commit 7b68e02
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.skip(
test.fail(
process.env.CI !== undefined && project.name === "Mobile Safari",
"Times out in mobile Safari on CI",
);
Expand Down

0 comments on commit 7b68e02

Please sign in to comment.