Skip to content

Commit

Permalink
expect cpu-cpu test to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
milocress committed Feb 14, 2024
1 parent c9fea5d commit 13ccb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/trainer/test_checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,7 @@ def test_resumption(
pytest.param(True, True, 'cpu', 'cpu'), # fail
pytest.param(False, False, 'cpu', 'cpu'), # fail
pytest.param(False, True, 'meta', 'cpu'), # fail
pytest.param(True, True, 'cpu', 'cpu'), #fail
pytest.param(True, True, 'cpu', 'cpu'), # fail
])
@pytest.mark.filterwarnings('ignore:An unexpected prefix is detected. This case.*')
@pytest.mark.filterwarnings(
Expand Down

0 comments on commit 13ccb2b

Please sign in to comment.