Skip to content

Commit

Permalink
#0: Missed two
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-dma committed Dec 20, 2024
1 parent afcc1bd commit ff59c64
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/scripts/t3000/run_t3000_unit_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit ff59c64

Please sign in to comment.