Skip to content

Commit

Permalink
tests: xfail test_import_empty_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop committed Sep 22, 2023
1 parent e26a911 commit 88cc194
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dvc_gs/tests/test_dvc.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,15 @@ def dir_md5(self):
# we temporarily set it to None until the test is revisited
# https://github.com/iterative/dvc-gs/issues/7#issuecomment-1218497067
return None

@pytest.mark.xfail(reason="https://github.com/iterative/dvc-gs/issues/46")
def test_import_empty_dir(
self,
tmp_dir,
dvc,
workspace, # pylint: disable=redefined-outer-name
is_object_storage,
):
return super().test_import_empty_dir(
tmp_dir, dvc, workspace, is_object_storage
)

0 comments on commit 88cc194

Please sign in to comment.