diff --git a/dvc_hdfs/tests/test_dvc.py b/dvc_hdfs/tests/test_dvc.py index 6ab5706..3ade19a 100644 --- a/dvc_hdfs/tests/test_dvc.py +++ b/dvc_hdfs/tests/test_dvc.py @@ -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, ) @@ -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")