Skip to content

Commit

Permalink
chore(e2e): Skip reverification.test.ts (#4549)
Browse files Browse the repository at this point in the history
  • Loading branch information
panteliselef authored Nov 13, 2024
1 parent 6217a3f commit 5ded5a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/weak-cobras-buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
4 changes: 2 additions & 2 deletions integration/tests/reverification.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ testAgainstRunningApps({ withEnv: [appConfigs.envs.withReverification] })(
});

utils.forEach(type => {
test(`reverification error from ${capitalize(type)}`, async ({ page, context }) => {
test.skip(`reverification error from ${capitalize(type)}`, async ({ page, context }) => {
test.setTimeout(270_000);
const u = createTestUtils({ app, page, context });

Expand Down Expand Up @@ -72,7 +72,7 @@ testAgainstRunningApps({ withEnv: [appConfigs.envs.withReverification] })(
).toBeVisible();
});

test(`reverification recovery from ${capitalize(type)}`, async ({ page, context }) => {
test.skip(`reverification recovery from ${capitalize(type)}`, async ({ page, context }) => {
test.setTimeout(270_000);
const u = createTestUtils({ app, page, context });

Expand Down

0 comments on commit 5ded5a2

Please sign in to comment.