Disable failing test testConfigCancelled

Bug: 148867106
Change-Id: Ia1f4b7ef43ddde6de85d3c6852b3d3960090dd09
This commit is contained in:
vadimt
2020-02-05 11:12:54 -08:00
parent 4e7a48f2f5
commit 9702355d71

View File

@@ -41,6 +41,7 @@ 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;
@@ -76,6 +77,7 @@ public class AddConfigWidgetTest extends AbstractLauncherUiTest {
@Test
@PortraitLandscape
@Ignore // b/148867106
public void testConfigCancelled() throws Throwable {
runTest(false);
}