commit | 3e41962dfff85701708f4e4b578511d2c46d5668 | [log] [tgz] |
---|---|---|
author | Jonah Williams <jonahwilliams@google.com> | Fri Oct 30 13:42:54 2020 -0700 |
committer | GitHub <noreply@github.com> | Fri Oct 30 13:42:54 2020 -0700 |
tree | ee58785276130311d9e968cb445654eaeb88811b | |
parent | 25622246650f1693ebabda4e4f17deb3453c614a [diff] [blame] |
[null-safety] update tests and tool auto-detection for null safe dart (#69405) Disable null safety auto-detection for the web
diff --git a/dev/bots/test.dart b/dev/bots/test.dart index 1e240c3..e41a6e1 100644 --- a/dev/bots/test.dart +++ b/dev/bots/test.dart
@@ -912,6 +912,7 @@ '--driver=test_driver/transitions_perf_e2e_test.dart', '--target=test_driver/transitions_perf_e2e.dart', '--browser-name=chrome', + '--no-sound-null-safety', '-d', 'web-server', '--$buildMode',