Unverified Commit f10e625e authored by Brandon DeRosier's avatar Brandon DeRosier Committed by GitHub

De-flake adapter integration test (#120016)

parent 61f6a0bc
...@@ -67,7 +67,7 @@ void main() { ...@@ -67,7 +67,7 @@ void main() {
'Application finished.', 'Application finished.',
'', '',
startsWith('Exited'), startsWith('Exited'),
]); ], allowExtras: true);
}); });
testWithoutContext('logs to client when sendLogsToClient=true', () async { testWithoutContext('logs to client when sendLogsToClient=true', () async {
...@@ -131,7 +131,7 @@ void main() { ...@@ -131,7 +131,7 @@ void main() {
'Application finished.', 'Application finished.',
'', '',
startsWith('Exited'), startsWith('Exited'),
]); ], allowExtras: true);
// If we're running with an out-of-process debug adapter, ensure that its // If we're running with an out-of-process debug adapter, ensure that its
// own process shuts down after we terminated. // own process shuts down after we terminated.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment