| Index: build/android/pylib/perf/perf_control_unittest.py
 | 
| diff --git a/build/android/pylib/perf/perf_control_unittest.py b/build/android/pylib/perf/perf_control_unittest.py
 | 
| index 69b8b469bfcdd0511e8840dd76fe0e6f1fcfca5f..33088d3bb96ae03728d683f3e964ab68a7046b2b 100644
 | 
| --- a/build/android/pylib/perf/perf_control_unittest.py
 | 
| +++ b/build/android/pylib/perf/perf_control_unittest.py
 | 
| @@ -17,7 +17,7 @@ class TestPerfControl(unittest.TestCase):
 | 
|      if not os.getenv('BUILDTYPE'):
 | 
|        os.environ['BUILDTYPE'] = 'Debug'
 | 
|  
 | 
| -    devices = device_utils.DeviceUtils.HealthyDevices()
 | 
| +    devices = device_utils.DeviceUtils.HealthyDevices(blacklist=None)
 | 
|      self.assertGreater(len(devices), 0, 'No device attached!')
 | 
|      self._device = devices[0]
 | 
|  
 | 
| 
 |