Skip to content

Commit 5915602

Browse files
committed
Revert "test_status_imported_git_file"
This reverts commit 4d59bcd.
1 parent 4d59bcd commit 5915602

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/func/test_import.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,6 @@ def test_import_git_file(erepo_dir, tmp_dir, dvc, scm):
4343
assert tmp_dir.scm.repo.git.check_ignore(str(tmp_dir / dst))
4444

4545

46-
def test_status_imported_git_file(erepo_dir, tmp_dir, dvc, scm):
47-
src = "some_file"
48-
dst = "some_file_imported"
49-
50-
erepo_dir.scm_gen({src: "hello"}, commit="add a regular file")
51-
52-
tmp_dir.dvc.imp(str(erepo_dir), src, dst)
53-
tmp_dir.dvc.status([dst + ".dvc"])
54-
55-
5646
def test_import_git_dir(erepo_dir, tmp_dir, dvc, scm):
5747
src = "some_directory"
5848
dst = "some_directory_imported"

0 commit comments

Comments
 (0)