Skip to content

Commit 68d0b94

Browse files
committed
Mark downloader::test::cancellation as flaky
1 parent 7b404f1 commit 68d0b94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/downloader/test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ async fn deduplication() {
121121
}
122122

123123
/// Tests that the request is cancelled only when all intents are cancelled.
124+
#[ignore = "flaky"]
124125
#[tokio::test]
125126
async fn cancellation() {
126127
let _guard = iroh_test::logging::setup();

0 commit comments

Comments
 (0)