Skip to content

Commit

Permalink
Fix DNS filter in CMakeLists file (#4211)
Browse files Browse the repository at this point in the history
Signed-off-by: tempate <danieldiaz@eprosima.com>
  • Loading branch information
Tempate authored Jan 9, 2024
1 parent 84334da commit 5aa169c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unittest/dds/participant/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ target_link_libraries(ParticipantTests fastrtps fastcdr foonathan_memory
${CMAKE_DL_LIBS})

if(EPROSIMA_TEST_DNS_NOT_SET_UP)
set(dns_filter "ParticipantTests.SimpleParticipantRemoteServerListConfigurationDNS")
set(dns_filter "-ParticipantTests.SimpleParticipantRemoteServerListConfigurationDNS")
endif()

gtest_discover_tests(ParticipantTests TEST_FILTER ${dns_filter})
Expand Down

0 comments on commit 5aa169c

Please sign in to comment.