We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a68af1 commit d30545fCopy full SHA for d30545f
1 file changed
tests/zim/test_indexing.py
@@ -111,6 +111,7 @@ def test_indexing_item_is_front(tmp_path: pathlib.Path, png_image: pathlib.Path)
111
assert reader.get_search_results_count("food") == 0
112
113
114
+@pytest.mark.skip # see https://github.com/openzim/python-scraperlib/issues/258
115
def test_indexing_item_not_front(tmp_path: pathlib.Path, png_image: pathlib.Path):
116
fpath = tmp_path / "test.zim"
117
main_path = "welcome"
0 commit comments