Skip to content

Commit cc6978a

Browse files
committed
Updating disabled test case with correct bug number.
1 parent bad874e commit cc6978a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,10 @@ TEST_FIXTURE(uri_address, download_nobody_exception)
366366
VERIFY_THROWS(client.request(msg).get().content_ready().get(), std::invalid_argument);
367367
}
368368

369-
TEST_FIXTURE(uri_address, data_upload_exception, "Ignore:Linux", "898953", "Ignore:Apple", "898953")
369+
TEST_FIXTURE(uri_address, data_upload_exception,
370+
"Ignore:Linux", "296",
371+
"Ignore:Apple", "296",
372+
"Ignore:Android", "296")
370373
{
371374
test_http_server::scoped_server scoped(m_uri);
372375
http_client client(m_uri);

0 commit comments

Comments
 (0)