Skip to content

Commit

Permalink
test: Remove unnecessary test skips
Browse files Browse the repository at this point in the history
Now that we check for void lookups and have a more correct counting of
DNS lookups, we don't need to skip these two tests.
  • Loading branch information
albertito committed Aug 1, 2022
1 parent 3ab5b52 commit d6b1626
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion testdata/rfc4408-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2394,7 +2394,6 @@ tests:
host: 1.2.3.4
mailfrom: foo@e6.example.com
result: pass
skip: This is a legitimate fail because we don't do caching.
mech-over-limit:
description: >-
SPF implementations MUST limit the number of mechanisms and modifiers
Expand Down
1 change: 0 additions & 1 deletion testdata/rfc7208-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2495,7 +2495,6 @@ tests:
host: 1.2.3.4
mailfrom: foo@e6.example.com
result: pass
skip: This is a legitimate fail because we don't do caching.
mech-over-limit:
description: >-
SPF implementations MUST limit the number of mechanisms and modifiers
Expand Down

0 comments on commit d6b1626

Please sign in to comment.