Skip to content

Commit 6a3cf28

Browse files
committed
Disabling failing websocket proxy test on Android.
1 parent ef1079a commit 6a3cf28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/tests/functional/websockets/client/proxy_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ TEST_FIXTURE(uri_address, no_proxy_options_on_winrt)
4949

5050
#ifndef __cplusplus_winrt
5151
// Can't specify a proxy with WinRT implementation.
52-
TEST_FIXTURE(uri_address, proxy_with_credentials)
52+
TEST_FIXTURE(uri_address, proxy_with_credentials, "Ignore:Android", "390")
5353
{
5454
web::web_proxy proxy(U("http://netproxy.redmond.corp.microsoft.com"));
5555
web::credentials cred(U("artur"), U("fred")); // relax, this is not my real password

0 commit comments

Comments
 (0)