We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef1079a commit 6a3cf28Copy full SHA for 6a3cf28
Release/tests/functional/websockets/client/proxy_tests.cpp
@@ -49,7 +49,7 @@ TEST_FIXTURE(uri_address, no_proxy_options_on_winrt)
49
50
#ifndef __cplusplus_winrt
51
// Can't specify a proxy with WinRT implementation.
52
-TEST_FIXTURE(uri_address, proxy_with_credentials)
+TEST_FIXTURE(uri_address, proxy_with_credentials, "Ignore:Android", "390")
53
{
54
web::web_proxy proxy(U("http://netproxy.redmond.corp.microsoft.com"));
55
web::credentials cred(U("artur"), U("fred")); // relax, this is not my real password
0 commit comments