Skip to content

Commit

Permalink
Skip Sign-up test
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-gordon committed Oct 31, 2023
1 parent 732e6f9 commit e910229
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/e2e/sign-up.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ test.describe.configure({
mode: "serial",
});

test.skip(({ browserName }) => browserName !== "chromium", "Chrome Only");
// test.skip(({ browserName }) => browserName !== "chromium", "Chrome Only");
// Temporarily skip this entirely
test.skip();

test.beforeAll(async ({ browser }) => {
page = await browser.newPage();
Expand Down

0 comments on commit e910229

Please sign in to comment.