Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
unignore tests that now pass with hickory-dns
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Apr 23, 2024
1 parent 7007ce0 commit 4012b34
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use dns_test::record::{Record, RecordType};
use dns_test::{Network, Result, FQDN};

#[test]
#[ignore]
fn rrsig_in_answer_section() -> Result<()> {
let network = Network::new()?;

Expand Down Expand Up @@ -33,7 +32,6 @@ fn rrsig_in_answer_section() -> Result<()> {
}

#[test]
#[ignore]
fn rrsig_in_authority_section() -> Result<()> {
let network = Network::new()?;

Expand Down

0 comments on commit 4012b34

Please sign in to comment.