We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 876149b commit 5248078Copy full SHA for 5248078
tests.py
@@ -127,7 +127,7 @@ def testDNSSEC(self):
127
self.assertEqual(checkdmarc.dnssec.test_dnssec("fbi.gov"), True)
128
129
# TODO: Figure out ehy this passes on my system, but fails on GitHub Workflows
130
- @unittest.skip()
+ @unittest.skip("Not passing on GitHub Workflows")
131
def testIncludeMissingSPF(self):
132
"""A warning is included for SPF records that include domains that are missing SPF records"""
133
0 commit comments