Skip to content

Commit

Permalink
#0: don't use module-level pytest skip as it causes the process to re…
Browse files Browse the repository at this point in the history
…turn a non-zero error code
  • Loading branch information
TT-billteng authored and tt-rkim committed Apr 19, 2024
1 parent 665b8f3 commit 3315d18
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
)


pytest.skip(allow_module_level=True, reason="https://github.com/tenstorrent/tt-metal/issues/7508")


@pytest.mark.skip(reason="#7527: Test needs review")
def test_vit_image_classification(device, hf_cat_image_sample_input, pcc=0.95):
image = hf_cat_image_sample_input
Expand Down

0 comments on commit 3315d18

Please sign in to comment.