Skip to content

Commit

Permalink
Fix dns filter in CMakeLists file (#4137)
Browse files Browse the repository at this point in the history
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
  • Loading branch information
elianalf authored and EduPonz committed Dec 20, 2023
1 parent e62728d commit 40e11be
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 40e11be

Please sign in to comment.