Adding diags for TAPL flakes that don't reproduce locally

Also temporarily disabling more flaky BindWidgetTests

Change-Id: Ib0d3c54c560ddb49b7964e85bf9cd6ebc567b6d7
This commit is contained in:
vadimt
2019-03-26 17:51:15 -07:00
parent 77dbcb50dd
commit 522cc2ff0c
2 changed files with 5 additions and 1 deletions

View File

@@ -145,7 +145,7 @@ public class BindWidgetTest extends AbstractLauncherUiTest {
assertFalse(mDevice.findObject(new UiSelector().description(info.label)).exists());
}
@Test
@Test @Ignore
public void testPendingWidget_autoRestored() {
// A non-restored widget with no config screen gets restored automatically.
LauncherAppWidgetProviderInfo info = TestViewHelpers.findWidgetProvider(this, false);