@@ -130,7 +130,7 @@ TEST_FIXTURE(uri_address, set_progress_handler_upload)
130
130
VERIFY_IS_TRUE (calls >= 3 );
131
131
}
132
132
133
- TEST_FIXTURE (uri_address, set_progress_handler_download, " Ignore:Apple " , " 766075 " )
133
+ TEST_FIXTURE (uri_address, set_progress_handler_download)
134
134
{
135
135
http_client_config config;
136
136
config.set_chunksize (512 );
@@ -180,7 +180,7 @@ TEST_FIXTURE(uri_address, set_progress_handler_download, "Ignore:Apple", "766075
180
180
VERIFY_IS_TRUE (calls > 4 );
181
181
}
182
182
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)
184
184
{
185
185
http_client_config config;
186
186
config.set_chunksize (512 );
@@ -272,8 +272,7 @@ TEST_FIXTURE(uri_address, set_progress_handler_open_failure)
272
272
VERIFY_ARE_EQUAL (0 , calls);
273
273
}
274
274
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)
277
276
{
278
277
test_http_server::scoped_server scoped (m_uri);
279
278
http_client_config config;
0 commit comments