Skip to content

Commit a8ebeed

Browse files
committed
Renabling http client upload_nobody_exception test.
1 parent d64ca6e commit a8ebeed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ TEST_FIXTURE(uri_address, set_progress_handler_request_timeout)
320320
VERIFY_IS_TRUE(calls >= 2);
321321
}
322322

323-
TEST_FIXTURE(uri_address, upload_nobody_exception, "Ignore:Apple", "155", "Ignore:Linux", "155")
323+
TEST_FIXTURE(uri_address, upload_nobody_exception)
324324
{
325325
test_http_server::scoped_server scoped(m_uri);
326326
http_client client(m_uri);

0 commit comments

Comments
 (0)