Skip to content

Commit

Permalink
ignore max_number_of_retry test
Browse files Browse the repository at this point in the history
  • Loading branch information
justRkive committed Aug 1, 2024
1 parent f689fd2 commit 11545ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/async_resolver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -951,6 +951,7 @@ mod async_resolver_test {
// TODO: Test special cases from RFC
}

#[ignore = "Taking too long"]
#[tokio::test]
async fn max_number_of_retry() {
let mut config = ResolverConfig::default();
Expand Down

0 comments on commit 11545ac

Please sign in to comment.