Skip to content

Commit

Permalink
tests: Disable a flaky tests (#2332)
Browse files Browse the repository at this point in the history
## Description

See #2331 to track this.


## Breaking Changes

<!-- Optional, if there are any breaking changes document them,
including how to migrate older code. -->

## Notes & open questions

<!-- Any notes, remarks or open questions you have to make about the PR.
-->

## Change checklist

- [x] Self-review.
- ~~[ ] Documentation updates if relevant.~~
- ~~[ ] Tests if relevant.~~
- ~~[ ] All breaking changes documented.~~
  • Loading branch information
flub authored May 28, 2024
1 parent 5ad15c8 commit 23e8c7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iroh/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ mod tests {
}

#[tokio::test]
#[ignore = "flaky"]
async fn test_node_add_tagged_blob_event() -> Result<()> {
let _guard = iroh_test::logging::setup();

Expand Down

0 comments on commit 23e8c7b

Please sign in to comment.