Skip to content

Commit d30545f

Browse files
committed
Skip test failing for now
1 parent 6a68af1 commit d30545f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/zim/test_indexing.py

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ def test_indexing_item_is_front(tmp_path: pathlib.Path, png_image: pathlib.Path)
111111
assert reader.get_search_results_count("food") == 0
112112

113113

114+
@pytest.mark.skip # see https://github.com/openzim/python-scraperlib/issues/258
114115
def test_indexing_item_not_front(tmp_path: pathlib.Path, png_image: pathlib.Path):
115116
fpath = tmp_path / "test.zim"
116117
main_path = "welcome"

0 commit comments

Comments
 (0)