Skip to content

Commit b0328ec

Browse files
committed
fix: avoid journaling ios runner status probes
1 parent eddeb43 commit b0328ec

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ios-runner/AgentDeviceRunner/AgentDeviceRunnerUITests/RunnerTests+CommandExecution.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ extension RunnerTests {
2626
}
2727

2828
func execute(command: Command) throws -> Response {
29+
if command.command == .status {
30+
return try executeDispatched(command: command)
31+
}
2932
commandJournal.accept(command: command)
3033
commandJournal.start(command: command)
3134
do {

0 commit comments

Comments
 (0)