Skip to content

Commit 3c689ce

Browse files
authored
Fix a breakage caused by the test being unskipped. (#158335)
flutter/flutter#158204 collided with flutter/flutter#157462. Fortunately the change is 1-line in 1-test.
1 parent eff34e2 commit 3c689ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/flutter_tools/test/general.shard/ios/ios_device_start_nonprebuilt_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,7 @@ void main() {
364364
final BuildableIOSApp buildableIOSApp = BuildableIOSApp(flutterProject.ios, 'flutter', 'My Super Awesome App');
365365

366366
processManager.addCommand(FakeCommand(command: _xattrArgs(flutterProject)));
367+
processManager.addCommand(const FakeCommand(command: kCheckDartPubDeps));
367368
// The first xcrun call should fail with a
368369
// concurrent build exception.
369370
processManager.addCommand(

0 commit comments

Comments
 (0)