浏览代码

ignore flaky test (#8278)

Brennan 1 月之前
父节点
当前提交
9151384825
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      unified-scheduler-pool/src/lib.rs

+ 1 - 0
unified-scheduler-pool/src/lib.rs

@@ -2834,6 +2834,7 @@ mod tests {
     const SHORTENED_MAX_POOLING_DURATION: Duration = Duration::from_millis(100);
 
     #[test]
+    #[ignore]
     fn test_scheduler_drop_idle() {
         solana_logger::setup();