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

Commit cd868804 authored by Jagrut Desai's avatar Jagrut Desai Committed by Android (Google) Code Review
Browse files

Merge "Remove Screen Record for the test" into udc-dev

parents 1a7dcf55 fe5234fd
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@ import com.android.launcher3.testcomponent.WidgetConfigActivity;
import com.android.launcher3.ui.AbstractLauncherUiTest;
import com.android.launcher3.ui.TestViewHelpers;
import com.android.launcher3.util.Wait;
import com.android.launcher3.util.rule.ScreenRecordRule.ScreenRecord;
import com.android.launcher3.util.rule.ShellCommandRule;
import com.android.launcher3.widget.LauncherAppWidgetProviderInfo;

@@ -76,7 +75,6 @@ public class AddConfigWidgetTest extends AbstractLauncherUiTest {

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