Skip to content

Commit

Permalink
Update test_real_world.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ayerofieiev-tt authored Jun 28, 2024
1 parent f1e4057 commit 3af8ae9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_real_world.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ def tearDown(self):
# Close the device
ttnn.close_device(self.device)

@unittest.skip(
"Skip this test because it take 135 MB to download the ResNet18 model. Un-skip it if you want to test it."
)
@unittest.skipUnless(
os.getenv("RUN_INTEGRATION_TESTS", "0") == "1",
"Skip this test because it takes 135 MB to download the ResNet18 model. Set RUN_INTEGRATION_TESTS=1 to run it.",
Expand Down

0 comments on commit 3af8ae9

Please sign in to comment.