File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [advisories ]
2+ # Temp before internal sync applies dependency bumps
3+ ignore = [" RUSTSEC-2026-0097" , " RUSTSEC-2026-0098" , " RUSTSEC-2026-0099" ]
Original file line number Diff line number Diff line change @@ -2914,6 +2914,7 @@ mod test_cache {
29142914 }
29152915
29162916 #[ tokio:: test]
2917+ #[ ignore = "flaky in CI due to timing/resource contention" ]
29172918 async fn test_caching_when_downstream_stalls ( ) {
29182919 use std:: net:: ToSocketAddrs ;
29192920 use tokio:: io:: { AsyncReadExt , AsyncWriteExt } ;
@@ -2997,6 +2998,7 @@ mod test_cache {
29972998 // to the origin over H2 (via the x-h2 header).
29982999 //
29993000 #[ tokio:: test]
3001+ #[ ignore = "flaky in CI due to timing/resource contention" ]
30003002 async fn test_caching_h2_upstream_when_downstream_stalls ( ) {
30013003 use std:: net:: ToSocketAddrs ;
30023004 use tokio:: io:: { AsyncReadExt , AsyncWriteExt } ;
You can’t perform that action at this time.
0 commit comments