Skip to content

Commit

Permalink
disable flaky t3k test (#16583)
Browse files Browse the repository at this point in the history
Legacy CCL test is flaky on CI. Requires taking the machine offline and
looking directly there but I won't be able to until at earliest 2 weeks
from now so disabling.

Associated issue: #16404
  • Loading branch information
SeanNijjar authored Jan 9, 2025
1 parent ab6efb0 commit 14dac66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ttnn/unit_tests/operations/ccl/test_all_gather.py
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,7 @@ def test_all_gather_on_t3000_post_commit(


# Enumerate the post-commit cases explicitly
@pytest.mark.skip(reason="Flaky. Sometimes fails in CI on certain runners")
@skip_for_grayskull("Requires eth connected devices to run")
@pytest.mark.parametrize(
"num_devices, num_links, input_shape, dim, layout",
Expand Down

0 comments on commit 14dac66

Please sign in to comment.