Skip to content

Commit 9977890

Browse files
committed
Re-enabling progress handler tests for OS X/iOS.
1 parent e4d3b05 commit 9977890

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)