Skip to content

Commit

Permalink
timeout test done in async resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
FranciscaOrtegaG committed Nov 10, 2023
1 parent 0a89b64 commit 93b99bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/resolver/async_resolver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,7 @@ mod async_resolver_test {
// // Por ejemplo, si esperas que la dirección IP "192.168.0.1" se traduzca a "ejemplo.com":
// assert_eq!(domain_name, "ejemplo.com", "El nombre de dominio debe ser 'ejemplo.com'");
// }

#[ignore]

#[tokio::test]
async fn timeout() {
// Crea una instancia de tu resolutor con la configuración adecuada
Expand Down

0 comments on commit 93b99bb

Please sign in to comment.