diff --git a/ios-runner/AgentDeviceRunner/AgentDeviceRunnerUITests/RunnerTests.swift b/ios-runner/AgentDeviceRunner/AgentDeviceRunnerUITests/RunnerTests.swift index 39726328b..cfc4f8557 100644 --- a/ios-runner/AgentDeviceRunner/AgentDeviceRunnerUITests/RunnerTests.swift +++ b/ios-runner/AgentDeviceRunner/AgentDeviceRunnerUITests/RunnerTests.swift @@ -91,6 +91,11 @@ final class RunnerTests: XCTestCase { @MainActor func testCommand() throws { + if RunnerEnv.isTruthy("AGENT_DEVICE_RUNNER_NOOP_STARTUP") { + NSLog("AGENT_DEVICE_RUNNER_NOOP_STARTUP=1") + return + } + doneExpectation = expectation(description: "agent-device command handled") NSLog("AGENT_DEVICE_RUNNER_HEADLESS_STARTUP=1") let desiredPort = RunnerEnv.resolvePort()