Skip to content

Commit

Permalink
Disable test on Citadel.
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <caguero@openrobotics.org>
  • Loading branch information
caguero committed Jul 13, 2023
1 parent 0c9d1f9 commit 5b671de
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions log/test/integration/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,15 @@ if (HAVE_IGN_TOOLS)
ruby ${CMAKE_CURRENT_SOURCE_DIR}/ign_log_record_no_overwrite.rb
)

add_test(ign_log_record_force
ruby ${CMAKE_CURRENT_SOURCE_DIR}/ign_log_record_force.rb
)
# Test disabled on Citadel
#add_test(ign_log_record_force
# ruby ${CMAKE_CURRENT_SOURCE_DIR}/ign_log_record_force.rb
#)

set_tests_properties(
ign_log_record_no_overwrite
ign_log_record_force
# Test disabled on Citadel
# ign_log_record_force
PROPERTIES
ENVIRONMENT
"IGN_CONFIG_PATH=${IGN_CONFIG_PATH};IGN_TRANSPORT_LOG_SQL_PATH=${PROJECT_SOURCE_DIR}/log/sql"
Expand Down

0 comments on commit 5b671de

Please sign in to comment.