Skip to content

Commit

Permalink
mobile: Re-enable the iOS proxy tests (envoyproxy#32548)
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Beyad <[email protected]>
  • Loading branch information
abeyad authored Feb 23, 2024
1 parent 4a34aff commit c8572f3
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ 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 @@ -67,7 +66,6 @@ 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 @@ -123,7 +121,6 @@ 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 @@ -179,7 +176,6 @@ 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 c8572f3

Please sign in to comment.