Skip to content

Commit

Permalink
disable flaky test_fetch_timing (#29390)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: ae8cd3ec8b0f8fb51aa4b1a244458a73951eefe7
  • Loading branch information
ldanilek authored and Convex, Inc. committed Aug 30, 2024
1 parent 564d18f commit 613f3da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/isolate/src/tests/fetch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@ async fn test_fetch_basic(rt: ProdRuntime) -> anyhow::Result<()> {
Ok(())
}

// TODO(ENG-7281) fix flakes
#[ignore]
#[convex_macro::prod_rt_test]
async fn test_fetch_timing(rt: ProdRuntime) -> anyhow::Result<()> {
let rt_ = rt.clone();
Expand Down

0 comments on commit 613f3da

Please sign in to comment.