Skip to content

Commit

Permalink
E2E: skip failing test suite shopper-bnpls-checkout (#8355)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinksi committed Mar 8, 2024
1 parent bb876e1 commit 2df463e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/e2e/specs/wcpay/shopper/shopper-bnpls-checkout.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ const cardTestingPreventionStates = [
{ cardTestingPreventionEnabled: true },
];

describe.each( cardTestingPreventionStates )(
// Skipping due to test failure – missing selector when changing account currency #8354
describe.skip.each( cardTestingPreventionStates )(
'BNPL checkout',
( { cardTestingPreventionEnabled } ) => {
beforeAll( async () => {
Expand Down

0 comments on commit 2df463e

Please sign in to comment.