Skip to content

Commit 37b4002

Browse files
committed
Disabling http_client cancellation test on Linux.
1 parent e1a8e0e commit 37b4002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ TEST_FIXTURE(uri_address, cancel_with_error)
326326
VERIFY_THROWS_HTTP_ERROR_CODE(responseTask.get(), std::errc::operation_canceled);
327327
}
328328

329-
TEST_FIXTURE(uri_address, cancel_while_uploading_data)
329+
TEST_FIXTURE(uri_address, cancel_while_uploading_data, "Ignore:Linux", "220", "Ignore:Apple", "220")
330330
{
331331
test_http_server::scoped_server scoped(m_uri);
332332
http_client c(m_uri);

0 commit comments

Comments
 (0)