Skip to content

Commit bad74a2

Browse files
committed
Disabling sporadic http_client cancellation failing test on OS X.
1 parent 4164338 commit bad74a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/tests/Functional/http/client/connections_and_errors.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ TEST_FIXTURE(uri_address, cancel_while_uploading_data, "Ignore:Linux", "220", "I
328328

329329
// This test can't be implemented with our test server since it doesn't stream data so isn't avaliable on WinRT.
330330
#ifndef __cplusplus_winrt
331-
TEST_FIXTURE(uri_address, cancel_while_downloading_data)
331+
TEST_FIXTURE(uri_address, cancel_while_downloading_data, "Ignore:Apple", "220")
332332
{
333333
web::http::experimental::listener::http_listener listener(m_uri);
334334
listener.open().wait();

0 commit comments

Comments
 (0)