Skip to content

Commit

Permalink
#0: [skip ci] Add skip for mnist tests because I can't take this anym…
Browse files Browse the repository at this point in the history
…ore (#16891)

### Ticket
Link to Github Issue

### Problem description
Provide context for the problem.

### What's changed
Describe the approach used to solve the problem.
Summarize the changes made and its impact.

### Checklist
- [ ] Post commit CI passes
- [ ] Blackhole Post commit (if applicable)
- [ ] Model regression CI testing passes (if applicable)
- [ ] Device performance regression CI testing passes (if applicable)
- [ ] **(For models and ops writers)** Full [new
models](https://github.com/tenstorrent/tt-metal/actions/workflows/full-new-models-suite.yaml)
tests passes
- [ ] New/Existing tests provide coverage for changes
  • Loading branch information
tt-rkim authored Jan 19, 2025
1 parent 0763212 commit 4da4a5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions models/demos/mnist/tests/test_perf_mnist.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def test_performance_mnist(device, batch_size, tt_mnist, model_location_generato
logger.info("Exit MNIST perf test")


@pytest.mark.skip("#16824: Failing when whole suite is run on all archs")
@pytest.mark.parametrize(
"batch_size",
[128],
Expand Down
1 change: 1 addition & 0 deletions tests/ttnn/integration_tests/mnist/test_mnist.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from models.demos.mnist.tt import tt_mnist


@pytest.mark.skip("#16824: Failing when whole suite is run on all archs")
@pytest.mark.parametrize("device_params", [{"l1_small_size": 32768}], indirect=True)
@pytest.mark.parametrize(
"batch_size",
Expand Down

0 comments on commit 4da4a5e

Please sign in to comment.