Unverified Commit e762e7e0 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

[flutter_tools] deflake integration tests by running single isolate (#62534)

There are some occasional difficult to repro flakes on the tool integration tests. Try running only a single isolate to simplify the environment a bit.
parent aa1acd8e
......@@ -329,6 +329,7 @@ Future<void> _runToolTests() async {
} else {
await _pubRunTest(
toolsPath,
forceSingleCore: true,
testPaths: <String>[path.join(kTest, '$subshard$kDotShard', suffix)],
enableFlutterToolAsserts: true,
);
......
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