| Index: build/android/pylib/gtest/setup.py
 | 
| diff --git a/build/android/pylib/gtest/setup.py b/build/android/pylib/gtest/setup.py
 | 
| index f114c3cdde47cb9e14a5f870be65604aea31b545..1fca46cec4e1533c8b853fa38432c440cbe2d731 100644
 | 
| --- a/build/android/pylib/gtest/setup.py
 | 
| +++ b/build/android/pylib/gtest/setup.py
 | 
| @@ -105,7 +105,7 @@ def _GetTests(test_options, test_package, devices):
 | 
|          return results, None
 | 
|      return TestListerRunner(test_options, device, test_package)
 | 
|  
 | 
| -  results, _no_retry = test_dispatcher.RunTests(
 | 
| +  results, _ = test_dispatcher.RunTests(
 | 
|        ['gtest_list_tests'], TestListerRunnerFactory, devices)
 | 
|    tests = []
 | 
|    for r in results.GetAll():
 | 
| 
 |