From ea3651a1acc5fc7dc4dae4006bc63e308095c55d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 29 Feb 2024 21:19:30 +0000 Subject: fix(publish): disable provenance if not in GHA (#22638) The condition was wrong --- cli/tools/test/channel.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/tools/test') 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); -- cgit v1.2.3