Skip to content

Commit

Permalink
mark test as failing
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi committed Jan 13, 2025
1 parent 191c1f8 commit 63bbca4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/e2e/special.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ test('iframe navigate does not de-monetize main page', async ({
});
});

test.fail(
true,
'https://github.com/interledger/web-monetization-extension/issues/819',
);
await test.step('navigate iframe', async () => {
await page.evaluate(() => {
return new Promise((resolve, reject) => {
Expand Down

0 comments on commit 63bbca4

Please sign in to comment.