Skip to content

Commit

Permalink
fix(e2e): Skip instable tests (#17162)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vere-Grey authored Feb 21, 2025
1 parent 918dc5b commit 0319308
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ test.describe('Analytics Events', { tag: ['@group=suite', '@webOnly'] }, () => {
await onboardingPage.disableFirmwareHashCheck();
});

test('reports transport-type, suite-ready and device-connect/device-disconnect events when analytics is initialized and enabled', async ({
//TODO: Fix instable test
test.skip('reports transport-type, suite-ready and device-connect/device-disconnect events when analytics is initialized and enabled', async ({
page,
analytics,
onboardingPage,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ test.describe('Passphrase duplicate', { tag: ['@group=passphrase'] }, () => {
await dashboardPage.discoveryShouldFinish();
});

test('attempt to add the same hidden wallet twice results in warning', async ({
//TODO: #17161 Fix instable test
test.skip('attempt to add the same hidden wallet twice results in warning', async ({
page,
dashboardPage,
}) => {
Expand Down

0 comments on commit 0319308

Please sign in to comment.