Skip to content

Commit

Permalink
re-run gh tests. Some tests which did not involve my changes started …
Browse files Browse the repository at this point in the history
…failing while they were passing fine before.
  • Loading branch information
rmic authored and skshetry committed Nov 29, 2024
1 parent 9365b8a commit fe5c5d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/func/experiments/test_remove.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit fe5c5d7

Please sign in to comment.