Skip to content

Commit

Permalink
chore: skipping ideal flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
zenit2001 committed Oct 18, 2024
1 parent 764fd3f commit 8aff61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/playwright/fixtures/countriesEUR/NL.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ for (const environment of environments) {
}
});

test('iDeal Success @quick', async ({ page }) => {
test.skip('iDeal Success @quick', async ({ page }) => {
redirectShopper = new RedirectShopper(page);
await redirectShopper.doIdealPayment();
await checkoutPage.completeCheckout();
Expand Down

0 comments on commit 8aff61b

Please sign in to comment.