From b127608cf45f96bda83e510de728d6903c901a33 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 29 Nov 2024 10:13:16 +0100 Subject: [PATCH] re-run gh tests. Some tests which did not involve my changes started failing while they were passing fine before. --- tests/func/experiments/test_remove.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/func/experiments/test_remove.py b/tests/func/experiments/test_remove.py index 076ac1ecb3..1864cc541d 100644 --- a/tests/func/experiments/test_remove.py +++ b/tests/func/experiments/test_remove.py @@ -259,6 +259,5 @@ def test_keep_selected_by_rev( def test_remove_with_queue_and_keep(tmp_dir, scm, dvc, exp_stage): # This should raise an exception, until decided otherwise - with pytest.raises(InvalidArgumentError): dvc.experiments.remove(queue=True, keep=True)