From 224e80830e2b62181ae21aa034ef771d15f261da Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Tue, 28 Oct 2025 16:20:06 -0700 Subject: [PATCH] Update E2E deploy tests manifest --- test/deploy-tests-manifest.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/test/deploy-tests-manifest.json b/test/deploy-tests-manifest.json index e5b5aa957435c..584d9ee99a09f 100644 --- a/test/deploy-tests-manifest.json +++ b/test/deploy-tests-manifest.json @@ -5,14 +5,18 @@ "failed": [ "app-dir action handling fetch actions should invalidate client cache when path is revalidated", "app-dir action handling fetch actions should invalidate client cache when tag is revalidated", - "app-dir action handling fetch actions should handle revalidateTag" + "app-dir action handling fetch actions should handle revalidateTag", + "app-dir action handling fetch actions should store revalidation data in the prefetch cache", + "app-dir action handling fetch actions should invalidate the client router cache if the redirect action triggers a revalidation" ] }, "test/e2e/app-dir/actions/app-action-node-middleware.test.ts": { "failed": [ "app-dir action handling fetch actions should invalidate client cache when path is revalidated", "app-dir action handling fetch actions should invalidate client cache when tag is revalidated", - "app-dir action handling fetch actions should handle revalidateTag" + "app-dir action handling fetch actions should handle revalidateTag", + "app-dir action handling fetch actions should store revalidation data in the prefetch cache", + "app-dir action handling fetch actions should invalidate the client router cache if the redirect action triggers a revalidation" ] }, "test/e2e/app-dir/app-static/app-static.test.ts": {