Skip to content

Commit 7cb4eb8

Browse files
authored
Suppress thread tests on windows
1 parent 52ce538 commit 7cb4eb8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/integ/ws_start_stop.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ LT_BEGIN_SUITE(ws_start_stop_suite)
7575
}
7676
LT_END_SUITE(ws_start_stop_suite)
7777

78+
#ifndef _WINDOWS
79+
7880
LT_BEGIN_AUTO_TEST(ws_start_stop_suite, start_stop)
7981
{
8082
webserver ws = create_webserver(8080);
@@ -602,6 +604,8 @@ LT_BEGIN_AUTO_TEST(ws_start_stop_suite, custom_error_resources)
602604
ws.stop();
603605
LT_END_AUTO_TEST(custom_error_resources)
604606

607+
#endif
608+
605609
LT_BEGIN_AUTO_TEST_ENV()
606610
AUTORUN_TESTS()
607611
LT_END_AUTO_TEST_ENV()

0 commit comments

Comments
 (0)