Unverified Commit 30abc54b authored by Todd Volkert's avatar Todd Volkert Committed by GitHub

Enable deterministic rendering on flutter_tester tests (#17373)

parent 2ba0deb7
......@@ -803,6 +803,8 @@ class _FlutterPlatform extends PlatformPlugin {
}
command.add('--enable-checked-mode');
command.addAll(<String>[
'--enable-software-rendering',
'--skia-deterministic-rendering',
'--enable-dart-profiling',
'--non-interactive',
'--use-test-fonts',
......
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