summaryrefslogtreecommitdiff
path: root/cli/tools/test/channel.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-02-29 21:19:30 +0000
committerGitHub <noreply@github.com>2024-02-29 21:19:30 +0000
commitea3651a1acc5fc7dc4dae4006bc63e308095c55d (patch)
tree04ceeccf444726da04f96016b8572dcc076742d5 /cli/tools/test/channel.rs
parente4ef6a4b8ed9d5b3acd5b81f792fa12957d8e06e (diff)
fix(publish): disable provenance if not in GHA (#22638)
The condition was wrong
Diffstat (limited to 'cli/tools/test/channel.rs')
-rw-r--r--cli/tools/test/channel.rs1
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);