diff --git a/test/deploy-tests-manifest.json b/test/deploy-tests-manifest.json index e5b5aa957435ca..584d9ee99a09fb 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": {