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

Commit 9489d093 authored by Vadim Tryshev's avatar Vadim Tryshev Committed by Android (Google) Code Review
Browse files

Merge "Ignoring testHideTaskbarPersistsOnRecreate" into main

parents 4e41e905 562318d2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ import androidx.test.runner.AndroidJUnit4;

import com.android.quickstep.TaskbarModeSwitchRule.TaskbarModeSwitch;

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

@@ -38,6 +39,7 @@ public class TaplTestsPersistentTaskbar extends AbstractTaplTestsTaskbar {

    @Test
    @TaskbarModeSwitch(mode = PERSISTENT)
    @Ignore // b/301575789
    public void testHideTaskbarPersistsOnRecreate() {
        getTaskbar().hide();
        mLauncher.recreateTaskbar();