| Index: build/android/pylib/uiautomator/test_runner.py | 
| diff --git a/build/android/pylib/uiautomator/test_runner.py b/build/android/pylib/uiautomator/test_runner.py | 
| index b47a23689978e320a860d9eff841915ec7d34e40..486df67fef25729997f41b006ae7204d163e71a8 100644 | 
| --- a/build/android/pylib/uiautomator/test_runner.py | 
| +++ b/build/android/pylib/uiautomator/test_runner.py | 
| @@ -64,7 +64,7 @@ class TestRunner(instr_test_runner.TestRunner): | 
| self.device.ClearApplicationState(self._package) | 
| if self.flags: | 
| annotations = self.test_pkg.GetTestAnnotations(test) | 
| -      if ('FirstRunExperience' == annotations.get('Feature', None)): | 
| +      if 'FirstRunExperience' == annotations.get('Feature', None): | 
| self.flags.RemoveFlags(['--disable-fre']) | 
| else: | 
| self.flags.AddFlags(['--disable-fre']) | 
|  |