This failure appeared when rolling out flag cleanup_accessibility_warning_dialog. This test used to always launch the editor dialog, but that logic has changed with the rollout of another feature to replace the dialog with an activity launch. Bug: 319497827 Test: ToggleAccessibilityServicePreferenceFragmentTest Change-Id: Ie4e3ae5eff8ed16cded622ce71bbd3a6a55cdedb
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.