Skip to content

Commit

Permalink
Refs #20652. Use filter on RTPS blackbox tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <[email protected]>
  • Loading branch information
MiguelCompany committed Mar 22, 2024
1 parent 91d5f72 commit 02989a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/blackbox/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ target_include_directories(BlackboxTests_RTPS PRIVATE
target_link_libraries(BlackboxTests_RTPS fastrtps fastcdr foonathan_memory GTest::gtest)
gtest_discover_tests(BlackboxTests_RTPS
TEST_PREFIX "BlackboxTests_RTPS."
TEST_FILTER ${pkcs_filter}
TEST_FILTER ${BLACKBOX_HIGH_LEVEL_IGNORED_TESTS}
NO_PRETTY_VALUES
)

Expand Down

0 comments on commit 02989a6

Please sign in to comment.