Enabling widget config tests after fixing flakiness

Bug: 148867106
Change-Id: I8bbd9ef9b1ca574f79f3f76869051495b59734ce
This commit is contained in:
vadimt
2020-03-05 14:01:23 -08:00
parent 74e78e95a8
commit 3abc8511a5
2 changed files with 2 additions and 4 deletions

View File

@@ -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);
}