Skip to content

Commit 9651b67

Browse files
committed
Disabling failing data_download_exception progress test on Windows.
1 parent daf2bf5 commit 9651b67

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
@@ -389,7 +389,7 @@ TEST_FIXTURE(uri_address, data_upload_exception)
389389
#endif
390390
}
391391

392-
TEST_FIXTURE(uri_address, data_download_exception)
392+
TEST_FIXTURE(uri_address, data_download_exception, "Ignore:Windows", "395")
393393
{
394394
test_http_server::scoped_server scoped(m_uri);
395395
http_client client(m_uri);

0 commit comments

Comments
 (0)