Fix a breakage caused by the test being unskipped. (#158335)

https://github.com/flutter/flutter/pull/158204 collided with
https://github.com/flutter/flutter/pull/157462.

Fortunately the change is 1-line in 1-test.
This commit is contained in:
Matan Lurey 2024-11-07 10:16:18 -08:00 committed by GitHub
parent eff34e2b4a
commit 3c689ce6b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -364,6 +364,7 @@ void main() {
final BuildableIOSApp buildableIOSApp = BuildableIOSApp(flutterProject.ios, 'flutter', 'My Super Awesome App');
processManager.addCommand(FakeCommand(command: _xattrArgs(flutterProject)));
processManager.addCommand(const FakeCommand(command: kCheckDartPubDeps));
// The first xcrun call should fail with a
// concurrent build exception.
processManager.addCommand(