Skip to content

Commit

Permalink
gtest: set thread_list_startup_and_shutdown as broken on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
alaaeddineelamri committed Dec 1, 2022
1 parent 8120ee7 commit 9d4347a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/src/tests/CMakeLists.txt
Expand Up @@ -407,6 +407,12 @@ bareos_add_test(

bareos_add_test(thread_list LINK_LIBRARIES bareos GTest::gtest_main)

if(HAVE_WIN32)
set_tests_properties(
gtest:thread_list.thread_list_startup_and_shutdown PROPERTIES LABELS broken
)
endif()

bareos_add_test(
thread_specific_data LINK_LIBRARIES bareos Threads::Threads GTest::gtest_main
)
Expand Down

0 comments on commit 9d4347a

Please sign in to comment.