diff options
Diffstat (limited to 'cli/tools/test/channel.rs')
-rw-r--r-- | cli/tools/test/channel.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tools/test/channel.rs b/cli/tools/test/channel.rs index 3784d58f9..ff1d4f8f2 100644 --- a/cli/tools/test/channel.rs +++ b/cli/tools/test/channel.rs @@ -444,6 +444,7 @@ mod tests { } /// Test that flushing a large number of times doesn't hang. + #[ignore] #[tokio::test] async fn test_flush_lots() { test_util::timeout!(60); |