@@ -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