Skip to content

Commit

Permalink
fix(build): Disable velox tool trace test (#12136)
Browse files Browse the repository at this point in the history
Summary:
Disabling tool trace test till a fix is found for issue : #12071

Pull Request resolved: #12136

Reviewed By: amitkdutta

Differential Revision: D68448746

Pulled By: kgpai

fbshipit-source-id: 99423db1632be497257b80dc87b9c926ac0e07bb
  • Loading branch information
kgpai authored and facebook-github-bot committed Jan 21, 2025
1 parent 38fcf17 commit b7d30ba
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions velox/tool/trace/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ add_executable(
TableScanReplayerTest.cpp
TableWriterReplayerTest.cpp)

add_test(
NAME velox_tool_trace_test
COMMAND velox_tool_trace_test
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
# Disabling this test temporarily due to issue :
# https://github.com/facebookincubator/velox/issues/12071

set_tests_properties(velox_tool_trace_test PROPERTIES TIMEOUT 3000)
# add_test( NAME velox_tool_trace_test COMMAND velox_tool_trace_test
# WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})

# set_tests_properties(velox_tool_trace_test PROPERTIES TIMEOUT 3000)

target_link_libraries(
velox_tool_trace_test
Expand Down

0 comments on commit b7d30ba

Please sign in to comment.