@@ -130,7 +130,7 @@ TEST_FIXTURE(uri_address, set_progress_handler_upload)
130130 VERIFY_IS_TRUE (calls >= 3 );
131131}
132132
133- TEST_FIXTURE (uri_address, set_progress_handler_download, " Ignore:Apple " , " 766075 " )
133+ TEST_FIXTURE (uri_address, set_progress_handler_download)
134134{
135135 http_client_config config;
136136 config.set_chunksize (512 );
@@ -180,7 +180,7 @@ TEST_FIXTURE(uri_address, set_progress_handler_download, "Ignore:Apple", "766075
180180 VERIFY_IS_TRUE (calls > 4 );
181181}
182182
183- TEST_FIXTURE (uri_address, set_progress_handler_upload_and_download, " Ignore:Apple " , " 766075 " )
183+ TEST_FIXTURE (uri_address, set_progress_handler_upload_and_download)
184184{
185185 http_client_config config;
186186 config.set_chunksize (512 );
@@ -272,8 +272,7 @@ TEST_FIXTURE(uri_address, set_progress_handler_open_failure)
272272 VERIFY_ARE_EQUAL (0 , calls);
273273}
274274
275- // This test hangs or crashes intermittently on Linux
276- TEST_FIXTURE (uri_address, set_progress_handler_request_timeout, " Ignore:Apple" , " 766075" )
275+ TEST_FIXTURE (uri_address, set_progress_handler_request_timeout)
277276{
278277 test_http_server::scoped_server scoped (m_uri);
279278 http_client_config config;
0 commit comments