mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-22 05:11:52 +00:00
Require TestFile.test_directory_listing to succeed
This commit is contained in:
parent
92f189579e
commit
b0878dd7e8
1 changed files with 0 additions and 3 deletions
|
|
@ -20,8 +20,6 @@ import os
|
|||
import sys
|
||||
import zipfile
|
||||
|
||||
import pytest
|
||||
|
||||
from tests import need_network, need_word, need_pdflib
|
||||
from . import LinkCheckTest, get_file
|
||||
|
||||
|
|
@ -87,7 +85,6 @@ class TestFile(LinkCheckTest):
|
|||
def test_urllist(self):
|
||||
self.file_test("urllist.txt")
|
||||
|
||||
@pytest.mark.xfail
|
||||
def test_directory_listing(self):
|
||||
# unpack non-unicode filename which cannot be stored
|
||||
# in the SF subversion repository
|
||||
|
|
|
|||
Loading…
Reference in a new issue