Disabling DefaultLayoutProviderTest due to flakiness

Bug: 130562632
Change-Id: I332f06b52e94919612f4cb96e59528886364837f
This commit is contained in:
vadimt
2019-04-19 13:16:29 -07:00
parent 44a063a16f
commit 1048100581
@@ -33,6 +33,7 @@ import com.android.launcher3.widget.LauncherAppWidgetHostView;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -103,6 +104,7 @@ public class DefaultLayoutProviderTest extends AbstractLauncherUiTest {
}
@Test
@Ignore
public void testCustomProfileLoaded_with_folder() throws Exception {
writeLayout(new LauncherLayoutBuilder().atHotseat(0).putFolder(android.R.string.copy)
.addApp(SETTINGS_APP, SETTINGS_APP)