diff --git a/tests/func/test_update.py b/tests/func/test_update.py index 129660b7c9..4dd205f29e 100644 --- a/tests/func/test_update.py +++ b/tests/func/test_update.py @@ -7,16 +7,7 @@ @pytest.mark.parametrize( - "cached", - [ - True, - pytest.param( - False, - marks=pytest.mark.skip( - reason="https://github.com/iterative/dvc/issues/4418" - ), - ), - ], + "cached", [True, False], ) def test_update_import(tmp_dir, dvc, erepo_dir, cached): gen = erepo_dir.dvc_gen if cached else erepo_dir.scm_gen