Skip to content

Commit 53f14f0

Browse files
Ignore caching stall tests for CI flakiness
Also temp ignore the active RUSTSECs until the internal dependency bumps are synced.
1 parent 181b3ad commit 53f14f0

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.cargo/audit.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[advisories]
2+
# Temp before internal sync applies dependency bumps
3+
ignore = ["RUSTSEC-2026-0097", "RUSTSEC-2026-0098", "RUSTSEC-2026-0099"]

pingora-proxy/tests/test_upstream.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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};

0 commit comments

Comments
 (0)