Skip to content

Commit

Permalink
#0: skip test uniform due to #16066
Browse files Browse the repository at this point in the history
  • Loading branch information
sjameelTT committed Dec 16, 2024
1 parent 0cdec3d commit 546d29d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ttnn/unit_tests/operations/test_uniform.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def run_uniform(shape, rand_range, dtype, device, compute_kernel_options=None, m
)


@pytest.mark.skip("#16066: Undefined behaviour. It will fail on some runs and pass on others since it's stochastic.")
@skip_for_grayskull("Requires wormhole_b0 to run")
@pytest.mark.parametrize(
"shape",
Expand Down

0 comments on commit 546d29d

Please sign in to comment.