Updated flutter_tools test running instructions. (#13533)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 88beecc..e75fff5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -137,10 +137,12 @@
 force a rebuild of the tool from your local sources the next time you run `flutter`.
 
 flutter_tools' tests run inside the Dart command line VM rather than in the
-flutter shell. To run the test:
+flutter shell. To run the tests, ensure that no devices are connected,
+then navigate to `flutter_tools` and execute:
 
-* `cd packages/flutter_tools`
-* `pub run test -j1`
+```shell
+DART_VM_OPTIONS=--assert-initializer ../../bin/cache/dart-sdk/bin/pub run test
+```
 
 The pre-built flutter tool runs in release mode with the observatory off by default.
 To enable debugging mode and the observatory on the `flutter` tool, uncomment the