Skip to content

Commit e11402d

Browse files
committed
Disabling failing test stream_close_early_with_contentlength on Apple.
1 parent c21dbaa commit e11402d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/tests/functional/http/client/request_stream_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ TEST_FIXTURE(uri_address, stream_close_early_with_exception_and_contentlength)
421421

422422
// Ignore on WinRT only CodePlex 144
423423
#if !defined(__cplusplus_winrt)
424-
TEST_FIXTURE(uri_address, stream_close_early_with_contentlength)
424+
TEST_FIXTURE(uri_address, stream_close_early_with_contentlength, "Ignore:Apple", "328")
425425
{
426426
http_client client(m_uri);
427427
test_http_server::scoped_server scoped(m_uri);

0 commit comments

Comments
 (0)