Skip to content
Snippets Groups Projects
Commit 2a9abecd authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Task #7384: The two tSocketConnection tests in CEP/LMWCommon must be run...

Task #7384: The two tSocketConnection tests in CEP/LMWCommon must be run serially, because they use the same resources.
parent 749f77b3
No related branches found
No related tags found
No related merge requests found
......@@ -12,3 +12,9 @@ lofar_add_test(tSocketConnectionSet tSocketConnectionSet.cc)
lofar_add_test(tfinddproc DEPENDS finddproc)
lofar_add_test(tstartdproc tstartdproc.cc)
lofar_add_test(trundist)
# The SocketConnection tests must be run serially
set_tests_properties(
tSocketConnection
tSocketConnectionSet
PROPERTIES RUN_SERIAL ON)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment