| 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 809f417131a30c45f0706fcda1588147a9259eac..3eaccd73a32a9045053bd7f87bd454e444fc6b22 100644
|
| --- a/build/android/pylib/gtest/gtest_config.py
|
| +++ b/build/android/pylib/gtest/gtest_config.py
|
| @@ -6,7 +6,6 @@
|
|
|
| # Add new suites here before upgrading them to the stable list below.
|
| EXPERIMENTAL_TEST_SUITES = [
|
| - 'sandbox_linux_unittests',
|
| ]
|
|
|
| # Do not modify this list without approval of an android owner.
|
| @@ -20,6 +19,7 @@ STABLE_TEST_SUITES = [
|
| 'ipc_tests',
|
| 'media_unittests',
|
| 'net_unittests',
|
| + 'sandbox_linux_unittests',
|
| 'sql_unittests',
|
| 'sync_unit_tests',
|
| 'ui_unittests',
|
|
|