@@ -2,18 +2,7 @@ module.exports = {
22 version : 2 ,
33 suites : {
44 'test/e2e/app-dir/app-static/app-static.test.ts' : {
5- failed : [
6- 'app-dir static/dynamic handling usePathname should have values from canonical url on rewrite' ,
7- 'app-dir static/dynamic handling should have correct prerender-manifest entries' ,
8- 'app-dir static/dynamic handling should output HTML/RSC files for static paths' ,
9- 'app-dir static/dynamic handling should output debug info for static bailouts' ,
10- ] ,
11- } ,
12- 'test/e2e/app-dir/app-client-cache/client-cache.test.ts' : {
13- failed : [
14- 'app dir client cache semantics prefetch={undefined} - default should re-use the full cache for only 30 seconds' ,
15- 'app dir client cache semantics prefetch={undefined} - default should refetch below the fold after 30 seconds' ,
16- ] ,
5+ failed : [ 'app-dir static/dynamic handling should warn for too many cache tags' ] ,
176 } ,
187 'test/e2e/app-dir/headers-static-bailout/headers-static-bailout.test.ts' : {
198 failed : [
@@ -24,14 +13,10 @@ module.exports = {
2413 'test/e2e/app-dir/parallel-routes-and-interception/parallel-routes-and-interception.test.ts' : {
2514 failed : [ ] ,
2615 flakey : [
16+ // Uses patch file
2717 'parallel-routes-and-interception parallel routes should gracefully handle when two page segments match the `children` parallel slot' ,
2818 ] ,
2919 } ,
30- 'test/e2e/app-dir/error-boundary-navigation/override-node-env.test.ts' : {
31- failed : [
32- 'app dir - not found navigation - with overridden node env should be able to navigate to other page from root not-found page' ,
33- ] ,
34- } ,
3520 'test/e2e/opentelemetry/opentelemetry.test.ts' : {
3621 failed : [
3722 'opentelemetry root context app router should handle RSC with fetch' ,
0 commit comments