From 705f471db4646b979fe3a8052a9dc4c5c1bb64a4 Mon Sep 17 00:00:00 2001 From: Michael Chiou Date: Fri, 28 Jun 2024 02:02:10 -0700 Subject: [PATCH] #9792: test multi-device omission --- tests/scripts/t3000/run_t3000_unit_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/t3000/run_t3000_unit_tests.sh b/tests/scripts/t3000/run_t3000_unit_tests.sh index ea092261a138..3b633083ed61 100755 --- a/tests/scripts/t3000/run_t3000_unit_tests.sh +++ b/tests/scripts/t3000/run_t3000_unit_tests.sh @@ -27,7 +27,7 @@ run_t3000_ttnn_tests() { start_time=$(date +%s) echo "LOG_METAL: Running run_t3000_ttnn_tests" - pytest tests/ttnn/unit_tests/test_multi_device_trace.py + #pytest tests/ttnn/unit_tests/test_multi_device_trace.py WH_ARCH_YAML=wormhole_b0_80_arch_eth_dispatch.yaml pytest tests/ttnn/unit_tests/test_multi_device_trace.py pytest tests/ttnn/unit_tests/test_multi_device.py pytest tests/ttnn/unit_tests/test_multi_device_async.py