Merge "Disabling DefaultLayoutProviderTest due to flakiness" into ub-launcher3-qt-dev

This commit is contained in:
TreeHugger Robot
2019-04-19 21:14:36 +00:00
committed by Android (Google) Code Review
@@ -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)