Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a9ef839 authored by Alex Chau's avatar Alex Chau
Browse files

Add ScreenRecord for a flaky test

Bug: 215672979
Test: none
Change-Id: I3bfd0275a4d551c0b6d614a7a76d696f14ce3ca3
parent 1234813d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ import com.android.launcher3.tapl.Widgets;
import com.android.launcher3.testcomponent.WidgetConfigActivity;
import com.android.launcher3.ui.AbstractLauncherUiTest;
import com.android.launcher3.ui.TestViewHelpers;
import com.android.launcher3.util.rule.ScreenRecordRule.ScreenRecord;
import com.android.launcher3.util.rule.ShellCommandRule;
import com.android.launcher3.widget.LauncherAppWidgetProviderInfo;

@@ -72,6 +73,7 @@ public class AddConfigWidgetTest extends AbstractLauncherUiTest {

    @Test
    @PortraitLandscape
    @ScreenRecord // b/215672979
    public void testConfigCancelled() throws Throwable {
        runTest(false);
    }