@@ -2,18 +2,7 @@ module.exports = {
2
2
version : 2 ,
3
3
suites : {
4
4
'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' ] ,
17
6
} ,
18
7
'test/e2e/app-dir/headers-static-bailout/headers-static-bailout.test.ts' : {
19
8
failed : [
@@ -24,14 +13,10 @@ module.exports = {
24
13
'test/e2e/app-dir/parallel-routes-and-interception/parallel-routes-and-interception.test.ts' : {
25
14
failed : [ ] ,
26
15
flakey : [
16
+ // Uses patch file
27
17
'parallel-routes-and-interception parallel routes should gracefully handle when two page segments match the `children` parallel slot' ,
28
18
] ,
29
19
} ,
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
- } ,
35
20
'test/e2e/opentelemetry/opentelemetry.test.ts' : {
36
21
failed : [
37
22
'opentelemetry root context app router should handle RSC with fetch' ,
0 commit comments