| Index: build/android/pylib/gtest/gtest_config.py
|
| diff --git a/build/android/pylib/gtest/gtest_config.py b/build/android/pylib/gtest/gtest_config.py
|
| index e671e0a507750a5225f42b1b6cd982e52b163f70..0cb8b3514cab23fb5ae7ee37297564d56d516f61 100644
|
| --- a/build/android/pylib/gtest/gtest_config.py
|
| +++ b/build/android/pylib/gtest/gtest_config.py
|
| @@ -11,6 +11,10 @@ EXPERIMENTAL_TEST_SUITES = [
|
| 'devtools_bridge_tests',
|
| ]
|
|
|
| +TELEMETRY_EXPERIMENTAL_TEST_SUITES = [
|
| + 'telemetry_unittests',
|
| +]
|
| +
|
| # Do not modify this list without approval of an android owner.
|
| # This list determines which suites are run by default, both for local
|
| # testing and on android trybots running on commit-queue.
|
|
|