Skip to content

Commit bc7abb3

Browse files
author
Valtteri Heikkila
committed
Reverted changes to request_stream_tests.cpp
1 parent 312da8b commit bc7abb3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ TEST_FIXTURE(uri_address, stream_close_early)
362362

363363
TEST_FIXTURE(uri_address, stream_close_early_with_exception,
364364
"Ignore", "825361",
365+
"Ignore:Linux", "TBD",
365366
"Ignore:Apple", "The test server has trouble closing.")
366367
{
367368
http_client client(m_uri);
@@ -384,6 +385,7 @@ TEST_FIXTURE(uri_address, stream_close_early)
384385

385386
TEST_FIXTURE(uri_address, stream_close_early_with_exception_and_contentlength,
386387
"Ignore", "825361",
388+
"Ignore:Linux", "TBD",
387389
"Ignore:Apple", "The test server has trouble closing.")
388390
{
389391
http_client client(m_uri);
@@ -405,6 +407,7 @@ TEST_FIXTURE(uri_address, stream_close_early_with_exception_and_contentlength,
405407

406408
TEST_FIXTURE(uri_address, stream_close_early_with_contentlength,
407409
"Ignore", "825361",
410+
"Ignore:Linux", "TBD",
408411
"Ignore:Apple", "The test server has trouble closing.")
409412
{
410413
http_client client(m_uri);

0 commit comments

Comments
 (0)