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 2b3944a commit cbdd8c9Copy full SHA for cbdd8c9
Release/tests/Functional/http/client/proxy_tests.cpp
@@ -90,7 +90,7 @@ TEST_FIXTURE(uri_address, no_proxy_options_on_winrt)
90
91
#ifndef __cplusplus_winrt
92
// Can't specify a proxy with WinRT implementation.
93
-TEST_FIXTURE(uri_address, proxy_with_credentials)
+TEST_FIXTURE(uri_address, proxy_with_credentials, "Ignore:Linux", "NYI", "Ignore:Apple", "NYI", "Ignore:Android", "NYI")
94
{
95
uri u(U("http://netproxy.redmond.corp.microsoft.com"));
96
0 commit comments