Skip to content

Commit

Permalink
#16824: [skip ci] Skip convnet mnist nightly tests for now because it…
Browse files Browse the repository at this point in the history
…'s failing on all archs
  • Loading branch information
tt-rkim committed Jan 16, 2025
1 parent 73eac5c commit c710edc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def model_location_generator(rel_path):
return Path("/opt/tt-metal-models") / rel_path


@pytest.mark.skip("#16824: Failing when whole suite is run on all archs")
@pytest.mark.parametrize("device_params", [{"l1_small_size": 16384}], indirect=True)
def test_convnet_mnist(device, reset_seeds):
model_path = model_location_generator("tt_dnn-models/ConvNetMNIST/")
Expand Down

0 comments on commit c710edc

Please sign in to comment.