From ff59c64456cf606b29d80a0d40d27717f8f54115 Mon Sep 17 00:00:00 2001 From: David Ma Date: Fri, 20 Dec 2024 16:17:26 +0000 Subject: [PATCH] #0: Missed two --- tests/scripts/t3000/run_t3000_unit_tests.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/scripts/t3000/run_t3000_unit_tests.sh b/tests/scripts/t3000/run_t3000_unit_tests.sh index 4b420f9afb5c..60c671c6e83b 100755 --- a/tests/scripts/t3000/run_t3000_unit_tests.sh +++ b/tests/scripts/t3000/run_t3000_unit_tests.sh @@ -16,9 +16,6 @@ run_t3000_ttmetal_tests() { ./build/test/tt_metal/unit_tests_dispatch --gtest_filter="CommandQueueMultiDevice*Fixture.*" ; fail+=$? ./build/test/tt_metal/unit_tests_debug_tools --gtest_filter="DPrintFixture.*:WatcherFixture.*" ; fail+=$? - # Tool tests use C++ unit tests so include them here. - ./tests/scripts/run_tools_tests.sh - # Record the end time end_time=$(date +%s) duration=$((end_time - start_time))