Skip to content

Commit e8d1289

Browse files
authored
Comment out the matcher header_rewrite test (#12466)
1 parent a0c0ee6 commit e8d1289

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

plugins/header_rewrite/CMakeLists.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,11 @@ if(BUILD_TESTING)
6363
target_link_libraries(test_header_rewrite PRIVATE maxminddb::maxminddb)
6464
endif()
6565

66-
add_executable(test_matcher matcher_tests.cc matcher.cc lulu.cc regex_helper.cc resources.cc)
67-
add_catch2_test(NAME test_matcher COMMAND $<TARGET_FILE:test_matcher>)
68-
69-
target_link_libraries(test_matcher PRIVATE Catch2::Catch2WithMain ts::tscore libswoc::libswoc PCRE::PCRE)
66+
# This test has linker issue when cripts is enabled, so its commented for now
67+
# add_executable(test_matcher matcher_tests.cc matcher.cc lulu.cc regex_helper.cc resources.cc)
68+
# add_catch2_test(NAME test_matcher COMMAND $<TARGET_FILE:test_matcher>)
69+
#
70+
# target_link_libraries(test_matcher PRIVATE Catch2::Catch2WithMain ts::tscore libswoc::libswoc PCRE::PCRE)
7071

7172
endif()
7273
verify_global_plugin(header_rewrite)

0 commit comments

Comments
 (0)