Merge "Enabling flaky tests per our new flaky test policy" into ub-launcher3-master

This commit is contained in:
Vadim Tryshev
2020-02-28 18:29:23 +00:00
committed by Android (Google) Code Review
@@ -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);
}