test: No longer serialize CLI-based DDS tests

This commit is contained in:
Dennis Klein
2021-07-04 05:42:09 +02:00
committed by Dennis Klein
parent 1df338b262
commit b374c235f0
3 changed files with 3 additions and 4 deletions

View File

@@ -31,7 +31,6 @@ if(DDS_FOUND)
add_test(NAME Example.DDS.localhost COMMAND ${CMAKE_CURRENT_BINARY_DIR}/fairmq-start-ex-dds.sh localhost)
set_tests_properties(Example.DDS.localhost PROPERTIES
TIMEOUT 15
RUN_SERIAL true
PASS_REGULAR_EXPRESSION "Example successful"
)
endif()