Skip to content

Commit 461e769

Browse files
committed
Disabling some failing cancellation tests on OS X.
1 parent ac63c97 commit 461e769

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ TEST_FIXTURE(uri_address, cancel_before_request)
258258

259259
// This test can't be implemented with our test server so isn't avaliable on WinRT.
260260
#ifndef __cplusplus_winrt
261-
TEST_FIXTURE(uri_address, cancel_after_headers)
261+
TEST_FIXTURE(uri_address, cancel_after_headers, "Ignore:Apple", "220")
262262
{
263263
web::http::experimental::listener::http_listener listener(m_uri);
264264
listener.open().wait();
@@ -290,7 +290,7 @@ TEST_FIXTURE(uri_address, cancel_after_headers)
290290
}
291291
#endif
292292

293-
TEST_FIXTURE(uri_address, cancel_after_body)
293+
TEST_FIXTURE(uri_address, cancel_after_body, "Ignore:Apple", "220")
294294
{
295295
test_http_server::scoped_server scoped(m_uri);
296296
test_http_server * p_server = scoped.server();
@@ -311,7 +311,7 @@ TEST_FIXTURE(uri_address, cancel_after_body)
311311
response.content_ready().wait();
312312
}
313313

314-
TEST_FIXTURE(uri_address, cancel_with_error)
314+
TEST_FIXTURE(uri_address, cancel_with_error, "Ignore:Apple", "220")
315315
{
316316
test_http_server server(m_uri);
317317
VERIFY_ARE_EQUAL(0, server.open());

0 commit comments

Comments
 (0)