Commit c3633b6a authored by Senthil Kumaran's avatar Senthil Kumaran

skip the file localhost test on windows. Fix it on branch and modify the test

parent 3a815807
......@@ -275,6 +275,7 @@ Content-Type: text/html; charset=iso-8859-1
self.assertTrue(e.exception.filename)
self.assertTrue(e.exception.reason)
@unittest.skipIf(sys.platform == "win32", "Skip on Windows: issue16300")
def test_file_notexists(self):
fd, tmp_file = tempfile.mkstemp()
tmp_fileurl = 'file://localhost' + tmp_file
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment