Skip to content

Commit

Permalink
#16824: [skip ci] skip device perf as well because underlying test is
Browse files Browse the repository at this point in the history
	skipped

(cherry picked from commit 76ffe7d)
  • Loading branch information
tt-rkim committed Jan 17, 2025
1 parent 6f416e3 commit b299fca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/demos/convnet_mnist/tests/test_performance.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def test_convnet_mnist(
],
)
@pytest.mark.models_device_performance_bare_metal
@pytest.mark.skip("#16824: Failing when whole suite is run on all archs")
def test_perf_device_bare_metal_convnet_mnist(batch_size, expected_perf):
subdir = "ttnn_convnet_mnist"
num_iterations = 1
Expand Down

0 comments on commit b299fca

Please sign in to comment.