We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb5309 commit d14dfabCopy full SHA for d14dfab
1 file changed
ios-runner/AgentDeviceRunner/AgentDeviceRunnerUITests/RunnerTests.swift
@@ -91,6 +91,11 @@ final class RunnerTests: XCTestCase {
91
92
@MainActor
93
func testCommand() throws {
94
+ if RunnerEnv.isTruthy("AGENT_DEVICE_RUNNER_NOOP_STARTUP") {
95
+ NSLog("AGENT_DEVICE_RUNNER_NOOP_STARTUP=1")
96
+ return
97
+ }
98
+
99
doneExpectation = expectation(description: "agent-device command handled")
100
NSLog("AGENT_DEVICE_RUNNER_HEADLESS_STARTUP=1")
101
let desiredPort = RunnerEnv.resolvePort()
0 commit comments