Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions dvc_hdfs/tests/test_dvc.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from dvc.testing.remote_tests import ( # noqa, pylint: disable=unused-import
TestRemote,
)
from dvc.testing.workspace_tests import TestAdd as _TestAdd
from dvc.testing.workspace_tests import ( # noqa, pylint: disable=unused-import
TestGetUrl,
)
Expand Down Expand Up @@ -37,17 +36,3 @@ def dir_md5(self):
@pytest.fixture
def is_object_storage(self):
return False


class TestAdd(_TestAdd):
@pytest.fixture
def hash_name(self):
return "checksum"

@pytest.fixture
def hash_value(self):
return "000002000000000000000000a86fe4d846edc1bf4c355cb6112f141e"

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