From 9f5cb3dd940c3905d7d042cb26daee283d1bb717 Mon Sep 17 00:00:00 2001 From: Bartek Pacia Date: Wed, 6 Dec 2023 13:24:38 +0100 Subject: [PATCH] update patrol_cli changelog (#1992) --- packages/patrol_cli/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/patrol_cli/CHANGELOG.md b/packages/patrol_cli/CHANGELOG.md index a788f2ed6..aa9aba4c2 100644 --- a/packages/patrol_cli/CHANGELOG.md +++ b/packages/patrol_cli/CHANGELOG.md @@ -1,3 +1,10 @@ +## Unreleased + +- Set `--destination-timeout 1` when calling `xcodebuild test-without-building` + to fail faster in error conditions (#1979) +- Set `--only-testing RunnerUITests/RunnerUITests` to ignore other XCTest that + might be present (#1991) + ## 2.3.1+1 - Add screenshots to `pubspec.yaml` (#1917)