Unverified Commit 9167083d authored by Zachary Anderson's avatar Zachary Anderson Committed by GitHub

Explain why devtools in pinned (#77657)

parent 948ff0f2
...@@ -1409,6 +1409,11 @@ class DevToolsMemoryTest { ...@@ -1409,6 +1409,11 @@ class DevToolsMemoryTest {
} }
Future<void> _launchDevTools() async { Future<void> _launchDevTools() async {
// The version of devtools is pinned. If we pub global activate devtools and an
// upstream devtools release breaks our CI, it will manifest on an unrelated
// commit, making it more difficult to determine the cause.
//
// Also, for release branches, all external test dependencies need to be pinned.
await exec(pubBin, <String>[ await exec(pubBin, <String>[
'global', 'global',
'activate', 'activate',
......
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