diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-02-29 21:19:30 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-29 21:19:30 +0000 |
| commit | ea3651a1acc5fc7dc4dae4006bc63e308095c55d (patch) | |
| tree | 04ceeccf444726da04f96016b8572dcc076742d5 /cli/tools/test | |
| parent | e4ef6a4b8ed9d5b3acd5b81f792fa12957d8e06e (diff) | |
fix(publish): disable provenance if not in GHA (#22638)
The condition was wrong
Diffstat (limited to 'cli/tools/test')
| -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); |
