diff --git a/tests/e2e/specs/wcpay/shopper/shopper-bnpls-checkout.spec.js b/tests/e2e/specs/wcpay/shopper/shopper-bnpls-checkout.spec.js index 29638d66eab..258542233d2 100644 --- a/tests/e2e/specs/wcpay/shopper/shopper-bnpls-checkout.spec.js +++ b/tests/e2e/specs/wcpay/shopper/shopper-bnpls-checkout.spec.js @@ -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 () => {