Since it breaks the test, we ignore test case temporarily. Owner will fix it as soon as possible. Test: robotest Bug: 120910747 Change-Id: I2f31d2efe629080bb1c805e2d43a92f2873a3e5b
Running Settings Robolectric tests
The full suite
$ croot
$ make RunSettingsRoboTests
Running a single test class
$ croot
$ make RunSettingsRoboTests ROBOTEST_FILTER=<ClassName>
For example:
make RunSettingsRoboTests ROBOTEST_FILTER=CodeInspectionTest
You can also use partial class name in ROBOTEST_FILTER. If the partial class name matches multiple file names, all of them will be executed.