|
970 | 970 | "app-dir static/dynamic handling unstable-cache should work in pages/api/unstable-cache-node",
|
971 | 971 | "app-dir static/dynamic handling unstable-cache should work in pages/unstable-cache-edge",
|
972 | 972 | "app-dir static/dynamic handling unstable-cache should work in pages/unstable-cache-node",
|
| 973 | + "app-dir static/dynamic handling unstable_cache should be able to read the draft mode status", |
973 | 974 | "app-dir static/dynamic handling unstable_cache should bypass cache in draft mode",
|
974 | 975 | "app-dir static/dynamic handling unstable_cache should not cache new result in draft mode",
|
975 | 976 | "app-dir static/dynamic handling unstable_cache should not error when calling a fetch no-cache",
|
|
1082 | 1083 | "app-dir static/dynamic handling unstable-cache should work in pages/api/unstable-cache-node",
|
1083 | 1084 | "app-dir static/dynamic handling unstable-cache should work in pages/unstable-cache-edge",
|
1084 | 1085 | "app-dir static/dynamic handling unstable-cache should work in pages/unstable-cache-node",
|
| 1086 | + "app-dir static/dynamic handling unstable_cache should be able to read the draft mode status", |
1085 | 1087 | "app-dir static/dynamic handling unstable_cache should bypass cache in draft mode",
|
1086 | 1088 | "app-dir static/dynamic handling unstable_cache should not cache new result in draft mode",
|
1087 | 1089 | "app-dir static/dynamic handling unstable_cache should not error when calling a fetch no-cache",
|
|
5599 | 5601 | "use-cache should error when cookies/headers/draftMode is used inside \"use cache\"",
|
5600 | 5602 | "use-cache should match the expected revalidate and expire configs on the prerender manifest",
|
5601 | 5603 | "use-cache should match the expected stale config in the page header",
|
| 5604 | + "use-cache should not read nor write cached data when draft mode is enabled", |
5602 | 5605 | "use-cache should not use stale caches in server actions that have revalidated",
|
5603 | 5606 | "use-cache should override fetch with cookies/auth in use cache properly",
|
5604 | 5607 | "use-cache should override fetch with no-store in use cache properly",
|
|
0 commit comments