From 5cf562578c2ba3f9628430701e62f7564759e747 Mon Sep 17 00:00:00 2001 From: tempate Date: Mon, 8 Jan 2024 16:07:00 +0100 Subject: [PATCH] Fix DNS filter in CMakeLists file Signed-off-by: tempate --- test/unittest/dds/participant/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unittest/dds/participant/CMakeLists.txt b/test/unittest/dds/participant/CMakeLists.txt index 516406c6d0f..927239c6b51 100644 --- a/test/unittest/dds/participant/CMakeLists.txt +++ b/test/unittest/dds/participant/CMakeLists.txt @@ -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})