Skip to content

[flakes] test/integration.shard/debug_adapter/flutter_adapter_test.dart should be resilient to pub output #124128

@jonahwilliams

Description

@jonahwilliams
06:31 +46 ~3 -1: test/integration.shard/debug_adapter/flutter_adapter_test.dart: launch can run and terminate a Flutter app in noDebug mode [E]                                                        
  Expected: [
              'Launching lib/main.dart on Flutter test device in debug mode...',
              'topLevelFunction',
              'Application finished.',
              '',
              <a string starting with 'Exited'>
            ]
    Actual: [
              'material_color_utilities 0.2.0 (0.3.0 available)',
              'Got dependencies!',
              'Launching lib/main.dart on Flutter test device in debug mode...',
              'topLevelFunction',
              'Application finished.',
              '',
              'Exited.'
            ]
     Which: at location [0] is 'material_color_utilities 0.2.0 (0.3.0 available)' instead of 'Launching lib/main.dart on Flutter test device in debug mode...'
     ```

Metadata

Metadata

Assignees

Labels

c: flakeTests that sometimes, but not always, incorrectly passtoolAffects the "flutter" command-line tool. See also t: labels.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions