We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347f166 commit 92bdab5Copy full SHA for 92bdab5
tests/test_hub.py
@@ -45,6 +45,8 @@ def test_dataset_url(repo_id, filename, revision):
45
assert url == f"https://huggingface.co/datasets/{repo_id}/resolve/{revision or 'main'}/{quote(filename)}"
46
47
48
+# Temporarily mark this test as expected to fail: GH-7073
49
+@pytest.mark.xfail
50
def test_convert_to_parquet(temporary_repo, hf_api, hf_token, ci_hub_config, ci_hfh_hf_hub_url):
51
with temporary_repo() as repo_id:
52
hf_api.create_repo(repo_id, token=hf_token, repo_type="dataset")
0 commit comments