Because some framework changes, two tests cause presubmit process can't finish. Ignore these two tests, and fix them as soon as possible. Bug: 175076359 Test: Run robo test Change-Id: I1ddb84500fb192329f4e36d440df796b9dd66bb0
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.