Use the new method that filters out changes that shouldn't be in the developer UI. Exempt-From-Owner-Approval: Roll forward of unchanged reverted change previously approved. Test: make RunSettingsRoboTests ROBOTEST_FILTER=PlatformCompatDashboardTest Bug: 151299145 Change-Id: I5b461b33484a38d0c6a5b7bf7e928231dd662668 Merged-In: I5b461b33484a38d0c6a5b7bf7e928231dd662668
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.