diff --git a/test/turbopack-build-tests-manifest.json b/test/turbopack-build-tests-manifest.json index 61cc748976f03..f41d1948ea7d4 100644 --- a/test/turbopack-build-tests-manifest.json +++ b/test/turbopack-build-tests-manifest.json @@ -970,6 +970,7 @@ "app-dir static/dynamic handling unstable-cache should work in pages/api/unstable-cache-node", "app-dir static/dynamic handling unstable-cache should work in pages/unstable-cache-edge", "app-dir static/dynamic handling unstable-cache should work in pages/unstable-cache-node", + "app-dir static/dynamic handling unstable_cache should be able to read the draft mode status", "app-dir static/dynamic handling unstable_cache should bypass cache in draft mode", "app-dir static/dynamic handling unstable_cache should not cache new result in draft mode", "app-dir static/dynamic handling unstable_cache should not error when calling a fetch no-cache", @@ -1082,6 +1083,7 @@ "app-dir static/dynamic handling unstable-cache should work in pages/api/unstable-cache-node", "app-dir static/dynamic handling unstable-cache should work in pages/unstable-cache-edge", "app-dir static/dynamic handling unstable-cache should work in pages/unstable-cache-node", + "app-dir static/dynamic handling unstable_cache should be able to read the draft mode status", "app-dir static/dynamic handling unstable_cache should bypass cache in draft mode", "app-dir static/dynamic handling unstable_cache should not cache new result in draft mode", "app-dir static/dynamic handling unstable_cache should not error when calling a fetch no-cache", @@ -5599,6 +5601,7 @@ "use-cache should error when cookies/headers/draftMode is used inside \"use cache\"", "use-cache should match the expected revalidate and expire configs on the prerender manifest", "use-cache should match the expected stale config in the page header", + "use-cache should not read nor write cached data when draft mode is enabled", "use-cache should not use stale caches in server actions that have revalidated", "use-cache should override fetch with cookies/auth in use cache properly", "use-cache should override fetch with no-store in use cache properly",