From 983145c5944ae8c44166a1bccce94f077e3e9106 Mon Sep 17 00:00:00 2001 From: vadimt Date: Thu, 27 Feb 2020 17:58:59 -0800 Subject: [PATCH] Enabling flaky tests per our new flaky test policy I'll check whether the tests are still flaky and assign to the test owner if they are. Bug: 148867106 Change-Id: Ic850abc862b0f266b100aa6bfff4e89b3802e50d --- .../com/android/launcher3/ui/widget/AddConfigWidgetTest.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java b/tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java index 4b1a06799b..de9757fa58 100644 --- a/tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java +++ b/tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java @@ -41,7 +41,6 @@ import com.android.launcher3.util.Wait.Condition; import com.android.launcher3.util.rule.ShellCommandRule; import org.junit.Before; -import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; @@ -71,14 +70,12 @@ public class AddConfigWidgetTest extends AbstractLauncherUiTest { @Test @PortraitLandscape - @Ignore // b/148867106 public void testWidgetConfig() throws Throwable { runTest(true); } @Test @PortraitLandscape - @Ignore // b/148867106 public void testConfigCancelled() throws Throwable { runTest(false); }