rsnext/test/e2e/app-dir/app-static
Zack Tanner ac46ffe08f
disable deploy tests for incompatible suites (#66776)
This disables tests that should not be run in a deployed environment,
because they use incompatible APIs or there's no reason to test them
outside of `next start`. Specifically disables for things like:

- Using `next.patchFile`, `next.renameFile`, etc.
- Attempting to use `next.cliOutput` to query runtime logs. When
deployed, these are only build-time logs.

[Latest Run](https://github.com/vercel/next.js/actions/runs/9483807368)
2024-06-12 07:38:02 -07:00
..
app fix: ensure route handlers properly track dynamic access (#66446) 2024-06-01 15:32:50 -07:00
lib fix: ensure dynamic fetches are tracked correctly (#66349) 2024-05-30 16:54:03 +00:00
pages Handle unstable_cache in pages (#49624) 2023-05-10 13:59:48 -07:00
.env.development Redesign nextjs logging (#54713) 2023-09-05 11:40:00 +00:00
app-static-custom-handler.test.ts fix: custom incremental cache handlers should work when transpiled (#54472) 2023-08-24 03:48:30 +00:00
app-static.test.ts disable deploy tests for incompatible suites (#66776) 2024-06-12 07:38:02 -07:00
cache-handler-default-export.js fix: custom incremental cache handlers should work when transpiled (#54472) 2023-08-24 03:48:30 +00:00
cache-handler.js Update app cache handler loading (#46290 2023-02-23 01:19:59 -08:00
next.config.js Stabilize custom cache handlers and changing memory size. (#57953) 2024-01-17 23:42:52 +01:00