Skip to content

Commit 73c5317

Browse files
committed
Disabled upload_nobody_exception
1 parent 8d374d7 commit 73c5317

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ TEST_FIXTURE(uri_address, set_progress_handler_request_timeout, "Ignore:Apple",
317317
VERIFY_IS_TRUE(calls >= 2);
318318
}
319319

320-
TEST_FIXTURE(uri_address, upload_nobody_exception)
320+
TEST_FIXTURE(uri_address, upload_nobody_exception, "Ignore:Apple", "900236", "Ignore:Linux", "900236")
321321
{
322322
test_http_server::scoped_server scoped(m_uri);
323323
http_client client(m_uri);
@@ -361,9 +361,7 @@ TEST_FIXTURE(uri_address, download_nobody_exception)
361361
VERIFY_THROWS(client.request(msg).get().content_ready().get(), std::invalid_argument);
362362
}
363363

364-
TEST_FIXTURE(uri_address, data_upload_exception,
365-
"Ignore:Linux", "898953",
366-
"Ignore:Apple", "898953")
364+
TEST_FIXTURE(uri_address, data_upload_exception, "Ignore:Linux", "898953", "Ignore:Apple", "898953")
367365
{
368366
test_http_server::scoped_server scoped(m_uri);
369367
http_client client(m_uri);

0 commit comments

Comments
 (0)