diff --git a/tests/checker/test_file.py b/tests/checker/test_file.py index b8098d63..f2a12935 100644 --- a/tests/checker/test_file.py +++ b/tests/checker/test_file.py @@ -135,7 +135,7 @@ class TestFile(LinkCheckTest): # Fails on NT platforms and I am too lazy to fix # Cause: url get quoted %7C which gets lowercased to # %7c and this fails. - pytest.skip("Not running on NT") + pytest.skip("Running on Windows") url = "file:/%(curdir)s/%(datadir)s/file.txt" % self.get_attrs() nurl = self.norm(url) resultlines = [