Disable DDS and Dart profiling for Android driver tests. (#152696)
Work around https://github.com/flutter/flutter/issues/152684, and probably indefinitely if we don't need it.
This commit is contained in:
parent
7777d67a66
commit
e11abea9d4
@ -44,6 +44,11 @@ Future<void> runFlutterDriverAndroidTests() async {
|
|||||||
'flutter',
|
'flutter',
|
||||||
<String>[
|
<String>[
|
||||||
'drive',
|
'drive',
|
||||||
|
// There are no reason to enable development flags for this test.
|
||||||
|
// Disable them to work around flakiness issues, and in general just
|
||||||
|
// make less things start up unnecessarily.
|
||||||
|
'--no-dds',
|
||||||
|
'--no-enable-dart-profiling',
|
||||||
'--test-arguments=test',
|
'--test-arguments=test',
|
||||||
'--test-arguments=--reporter=expanded',
|
'--test-arguments=--reporter=expanded',
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user