From 9a8ec46fcfe505ad274bb18464f6ef4008a2f443 Mon Sep 17 00:00:00 2001 From: Brad Jorsch Date: Thu, 24 Oct 2024 10:34:20 -0400 Subject: [PATCH] e2e: Remove broken OpenTable test The test has been broken for some time now, since upstream has changed the private API we had been using. Time to disable it, so as not to accidentally hide failures in anything that gets tested after it. See https://github.com/Automattic/jetpack/issues/39410 for details. --- test/e2e/specs/blocks/blocks__jetpack-earn.ts | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/test/e2e/specs/blocks/blocks__jetpack-earn.ts b/test/e2e/specs/blocks/blocks__jetpack-earn.ts index 67ca1b1c08822..7cbbd619470ab 100644 --- a/test/e2e/specs/blocks/blocks__jetpack-earn.ts +++ b/test/e2e/specs/blocks/blocks__jetpack-earn.ts @@ -5,7 +5,7 @@ import { BlockFlow, PayWithPaypalBlockFlow, - OpenTableFlow, + // OpenTableFlow, DonationsFormFlow, AdFlow, envVariables, @@ -21,9 +21,11 @@ const blockFlows: BlockFlow[] = [ price: 900, email: 'test@wordpress.com', } ), - new OpenTableFlow( { - restaurant: 'Miku Restaurant - Vancouver', - } ), + // Skip OpenTable block test for now, block is broken due to upstream API changes. + // https://github.com/Automattic/jetpack/issues/39410 + // new OpenTableFlow( { + // restaurant: 'Miku Restaurant - Vancouver', + // } ), new DonationsFormFlow( { frequency: 'Yearly',