Skip to content

Commit

Permalink
tests: remove unused dir_md5
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Aug 17, 2022
1 parent 82f4fe8 commit d6fed40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc_webhdfs/tests/test_dvc.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ def hash_value(self):
)

@pytest.fixture
def dir_hash_value(self, dir_md5):
def dir_hash_value(self):
pytest.skip("external outputs are broken for hdfs dirs")

0 comments on commit d6fed40

Please sign in to comment.