Skip to content

Commit 2c9115c

Browse files
committed
test_update_import: roll back skip
1 parent f8ba5da commit 2c9115c

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

tests/func/test_update.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,7 @@
77

88

99
@pytest.mark.parametrize(
10-
"cached",
11-
[
12-
True,
13-
pytest.param(
14-
False,
15-
marks=pytest.mark.skip(
16-
reason="https://github.com/iterative/dvc/issues/4418"
17-
),
18-
),
19-
],
10+
"cached", [True, False],
2011
)
2112
def test_update_import(tmp_dir, dvc, erepo_dir, cached):
2213
gen = erepo_dir.dvc_gen if cached else erepo_dir.scm_gen

0 commit comments

Comments
 (0)