Skip to content

Commit

Permalink
mobile: Skip iOS proxy tests while investigating iOS CI
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Beyad <abeyad@google.com>
  • Loading branch information
abeyad committed Feb 22, 2024
1 parent 213cc97 commit f259156
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ final class HTTPRequestUsingProxyTest: XCTestCase {
}

func testHTTPRequestUsingProxy() throws {
throw XCTSkip("Disabled while investigating https://github.com/envoyproxy/envoy/issues/31957")
EnvoyTestServer.startHttpProxyServer()
let port = EnvoyTestServer.getEnvoyPort()

Expand Down Expand Up @@ -66,6 +67,7 @@ final class HTTPRequestUsingProxyTest: XCTestCase {
}

func testHTTPSRequestUsingProxy() throws {
throw XCTSkip("Disabled while investigating https://github.com/envoyproxy/envoy/issues/31957")
EnvoyTestServer.startHttpsProxyServer()
let port = EnvoyTestServer.getEnvoyPort()

Expand Down Expand Up @@ -121,6 +123,7 @@ final class HTTPRequestUsingProxyTest: XCTestCase {
}

func testHTTPSRequestUsingPacFileUrlResolver() throws {
throw XCTSkip("Disabled while investigating https://github.com/envoyproxy/envoy/issues/31957")
EnvoyTestServer.startHttpsProxyServer()
let port = EnvoyTestServer.getEnvoyPort()

Expand Down Expand Up @@ -176,6 +179,7 @@ final class HTTPRequestUsingProxyTest: XCTestCase {
}

func testHTTPRequestUsingProxyCancelStream() throws {
throw XCTSkip("Disabled while investigating https://github.com/envoyproxy/envoy/issues/31957")
EnvoyTestServer.startHttpProxyServer()
let port = EnvoyTestServer.getEnvoyPort()

Expand Down

0 comments on commit f259156

Please sign in to comment.