diff --git a/tests/scripts/nightly/run_models_3.sh b/tests/scripts/nightly/run_models_3.sh index 0807ec6394b0..8fa3f84b1e8f 100755 --- a/tests/scripts/nightly/run_models_3.sh +++ b/tests/scripts/nightly/run_models_3.sh @@ -1,6 +1,6 @@ # wormhole_b0 only env pytest tests/ttnn/integration_tests/unet # -> failing: issue #7556 -# env pytest tests/ttnn/integration_tests/stable_diffusion # -> failing: Expected number of shards to be less than or equal to total number of L1 banks in compute cores +# env pytest tests/ttnn/integration_tests/stable_diffusion # -> failing/hanging: issue #7560 env pytest models/experimental/mamba/tests/test_full_model.py # -> failing with autoformat error: issue #7551 env pytest models/experimental/mamba/tests_opt/test_full_model.py