@@ -258,7 +258,7 @@ TEST_FIXTURE(uri_address, cancel_before_request)
258
258
259
259
// This test can't be implemented with our test server so isn't avaliable on WinRT.
260
260
#ifndef __cplusplus_winrt
261
- TEST_FIXTURE (uri_address, cancel_after_headers)
261
+ TEST_FIXTURE (uri_address, cancel_after_headers, " Ignore:Apple " , " 220 " )
262
262
{
263
263
web::http::experimental::listener::http_listener listener (m_uri);
264
264
listener.open ().wait ();
@@ -290,7 +290,7 @@ TEST_FIXTURE(uri_address, cancel_after_headers)
290
290
}
291
291
#endif
292
292
293
- TEST_FIXTURE (uri_address, cancel_after_body)
293
+ TEST_FIXTURE (uri_address, cancel_after_body, " Ignore:Apple " , " 220 " )
294
294
{
295
295
test_http_server::scoped_server scoped (m_uri);
296
296
test_http_server * p_server = scoped.server ();
@@ -311,7 +311,7 @@ TEST_FIXTURE(uri_address, cancel_after_body)
311
311
response.content_ready ().wait ();
312
312
}
313
313
314
- TEST_FIXTURE (uri_address, cancel_with_error)
314
+ TEST_FIXTURE (uri_address, cancel_with_error, " Ignore:Apple " , " 220 " )
315
315
{
316
316
test_http_server server (m_uri);
317
317
VERIFY_ARE_EQUAL (0 , server.open ());
0 commit comments