Skip to content

Commit cc5d13a

Browse files
authored
Comment flaky test (#133)
1 parent 7d2488f commit cc5d13a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/ttl_map.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ mod tests {
384384
}
385385

386386
#[tokio::test(flavor = "multi_thread", worker_threads = 8)]
387+
#[ignore] // the test is flaky, uncomment once flakyness is solved
387388
async fn test_concurrent_gc_and_access() {
388389
let ttl_map = TTLMap::<String, i32>::try_new(TTLMapConfig {
389390
ttl: Duration::from_millis(10),

0 commit comments

Comments
 (0)