Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions test/deploy-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
Loading