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 41cb81825682764dd5812e07bba30ae623d8cc2a..8512dc4e02878c10736ba2766b5fb0fe7990dfee 100644 |
--- a/build/android/pylib/gtest/gtest_config.py |
+++ b/build/android/pylib/gtest/gtest_config.py |
@@ -6,7 +6,9 @@ |
# Add new suites here before upgrading them to the stable list below. |
EXPERIMENTAL_TEST_SUITES = [ |
- 'sandbox_linux_unittests', |
+ # The JNI version of the sandbox_linux_unittests. Should be changed to |
+ # 'sandbox_linux_unittests' once it can be run with --exe. |
+ 'sandbox_linux_jni_unittests', |
] |
# Do not modify this list without approval of an android owner. |