Skip to content

Commit 5248078

Browse files
committed
Update tests.py
1 parent 876149b commit 5248078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def testDNSSEC(self):
127127
self.assertEqual(checkdmarc.dnssec.test_dnssec("fbi.gov"), True)
128128

129129
# TODO: Figure out ehy this passes on my system, but fails on GitHub Workflows
130-
@unittest.skip()
130+
@unittest.skip("Not passing on GitHub Workflows")
131131
def testIncludeMissingSPF(self):
132132
"""A warning is included for SPF records that include domains that are missing SPF records"""
133133

0 commit comments

Comments
 (0)