Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Re-enable port range forward test.
  • Loading branch information
jglogan committed Dec 9, 2025
commit f2f5d697d36ac0ac16cda6e3cc6cd5eaeca6dbfc
4 changes: 1 addition & 3 deletions Tests/CLITests/Subcommands/Run/TestCLIRunCommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,6 @@ class TestCLIRunCommand: CLITest {
}
}

/*
@Test func testForwardTCPPortRange() async throws {
let range = UInt16(10)
for portOffset in 0..<range {
Expand All @@ -549,7 +548,7 @@ class TestCLIRunCommand: CLITest {
defer {
try? doStop(name: name)
}

let url = "http://\(proxyIp):\(proxyPortStart + portOffset)"
var request = HTTPClientRequest(url: url)
request.method = .GET
Expand Down Expand Up @@ -578,7 +577,6 @@ class TestCLIRunCommand: CLITest {
}
}
}
*/

func getDefaultDomain() throws -> String? {
let (_, output, err, status) = try run(arguments: ["system", "property", "get", "dns.domain"])
Expand Down
Loading