From 5ded5a269e79646979e152328d0b10c78c1e49e4 Mon Sep 17 00:00:00 2001 From: panteliselef Date: Wed, 13 Nov 2024 12:46:15 -0500 Subject: [PATCH] chore(e2e): Skip reverification.test.ts (#4549) --- .changeset/weak-cobras-buy.md | 2 ++ integration/tests/reverification.test.ts | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .changeset/weak-cobras-buy.md diff --git a/.changeset/weak-cobras-buy.md b/.changeset/weak-cobras-buy.md new file mode 100644 index 0000000000..a845151cc8 --- /dev/null +++ b/.changeset/weak-cobras-buy.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/integration/tests/reverification.test.ts b/integration/tests/reverification.test.ts index 2cd6fc9660..31f94533b1 100644 --- a/integration/tests/reverification.test.ts +++ b/integration/tests/reverification.test.ts @@ -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 }); @@ -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 });