Skip to content

Commit

Permalink
#15234: disable sharded tests on Blackhole until fix is introduced
Browse files Browse the repository at this point in the history
  • Loading branch information
ttmchiou committed Nov 20, 2024
1 parent 12bf26e commit d41f41f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ def run_reshard_test(
),
],
)
@skip_for_blackhole("GH Issue #15234")
@pytest.mark.parametrize("tt_dtype", [ttnn.bfloat16, ttnn.bfloat8_b])
def test_reshard(
device,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1839,6 +1839,7 @@ def test_sharded_tilize_with_val_padding(input_shape, sharding_config, output_dt
assert passing


@skip_for_blackhole("GH #15234")
@pytest.mark.parametrize("N", [8, 16])
@pytest.mark.parametrize("in_sharded", [True], ids=["in0_sharded"])
@pytest.mark.parametrize("out_sharded", [True], ids=["out_sharded"])
Expand Down

0 comments on commit d41f41f

Please sign in to comment.