Index: build/android/pylib/gtest/gtest_test_instance.py |
diff --git a/build/android/pylib/gtest/gtest_test_instance.py b/build/android/pylib/gtest/gtest_test_instance.py |
index 0a076c6fa96dd29cb0847b6e861cdcc4a45d5c75..c21ef7b4b49d392603fc3f3a1a3dc0924932c9fd 100644 |
--- a/build/android/pylib/gtest/gtest_test_instance.py |
+++ b/build/android/pylib/gtest/gtest_test_instance.py |
@@ -141,7 +141,6 @@ class GtestTestInstance(test_instance.TestInstance): |
raise ValueError('Platform mode currently supports only 1 gtest suite') |
self._extract_test_list_from_filter = args.extract_test_list_from_filter |
self._shard_timeout = args.shard_timeout |
- self._skip_clear_data = args.skip_clear_data |
self._suite = args.suite_name[0] |
self._exe_dist_dir = None |
@@ -268,10 +267,6 @@ class GtestTestInstance(test_instance.TestInstance): |
return self._shard_timeout |
@property |
- def skip_clear_data(self): |
- return self._skip_clear_data |
- |
- @property |
def suite(self): |
return self._suite |