Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit f10e625

Browse files
authored
De-flake adapter integration test (#120016)
1 parent 61f6a0b commit f10e625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/flutter_tools/test/integration.shard/debug_adapter/flutter_adapter_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ void main() {
6767
'Application finished.',
6868
'',
6969
startsWith('Exited'),
70-
]);
70+
], allowExtras: true);
7171
});
7272

7373
testWithoutContext('logs to client when sendLogsToClient=true', () async {
@@ -131,7 +131,7 @@ void main() {
131131
'Application finished.',
132132
'',
133133
startsWith('Exited'),
134-
]);
134+
], allowExtras: true);
135135

136136
// If we're running with an out-of-process debug adapter, ensure that its
137137
// own process shuts down after we terminated.

0 commit comments

Comments
 (0)