Skip to content

Commit 3b11ac3

Browse files
committed
Disable test large_body
This test was already disabled on Linux. It hangs on MacOS
1 parent 5ab4a82 commit 3b11ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/tests/Functional/http/listener/request_stream_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ namespace tests { namespace functional { namespace http { namespace listener {
2828
SUITE(request_stream_tests)
2929
{
3030

31-
TEST_FIXTURE(uri_address, large_body, "Ignore:Linux", "712252")
31+
TEST_FIXTURE(uri_address, large_body, "Ignore:Linux", "712252", "Ignore:Apple", "712252")
3232
{
3333
http_listener listener(m_uri);
3434
listener.open().wait();

0 commit comments

Comments
 (0)