Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d037ff65 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Disable flaky test launchDashboard_shouldSeeFooter"

parents ac7492fc 7130bc63
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ import com.android.settings.development.featureflags.FeatureFlagsDashboard;
import com.android.settingslib.core.instrumentation.Instrumentable;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;

@@ -60,6 +61,7 @@ public class LifecycleEventHandlingTest {

    @Test
    @Presubmit
    @Ignore("b/133334887")
    public void launchDashboard_shouldSeeFooter() {
        new SubSettingLauncher(mContext)
                .setDestination(FeatureFlagsDashboard.class.getName())