Skip to content

Commit

Permalink
skip a time out test
Browse files Browse the repository at this point in the history
  • Loading branch information
delock committed Mar 7, 2024
1 parent c943ec2 commit 30d3e69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/runtime/test_ds_config_dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ class TestInitNoOptimizer(DistributedTest):
world_size = 1

def test(self, base_config):
if get_accelerator().device_name() == "cpu":
pytest.skip("This test timeout with CPU accelerator")
del base_config["optimizer"]
hidden_dim = 10

Expand Down

0 comments on commit 30d3e69

Please sign in to comment.