Skip to content

Commit f8a0225

Browse files
ras0219-msftCasablanca Team
authored andcommitted
Disable http_proxy_with_credentials test on non-windows. TODO: reenable
1 parent 95478a4 commit f8a0225

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ TEST_FIXTURE(uri_address, no_proxy_options_on_winrt)
9090

9191
#ifndef __cplusplus_winrt
9292
// Can't specify a proxy with WinRT implementation.
93-
TEST_FIXTURE(uri_address, http_proxy_with_credentials)
93+
TEST_FIXTURE(uri_address, http_proxy_with_credentials, "Ignore:Linux", "Github 53", "Ignore:Apple", "Github 53", "Ignore:Android", "Github 53", "Ignore:IOS", "Github 53")
9494
{
9595
uri u(U("http://netproxy.redmond.corp.microsoft.com"));
9696

@@ -169,4 +169,4 @@ TEST_FIXTURE(uri_address, https_proxy, "Ignore", "Manual")
169169

170170
} // SUITE(proxy_tests)
171171

172-
}}}}
172+
}}}}

0 commit comments

Comments
 (0)