commit | 562318d2bb33930042b4b16c74edb801b0c25203 | [log] [tgz] |
---|---|---|
author | Vadim Tryshev <vadimt@google.com> | Fri Sep 22 13:43:33 2023 -0700 |
committer | Vadim Tryshev <vadimt@google.com> | Fri Sep 22 13:43:33 2023 -0700 |
tree | 33fb136be054b965febca8c5456d1d54053df156 | |
parent | 885953d1f130eac3a0e77652174a861ebc87777b [diff] |
Ignoring testHideTaskbarPersistsOnRecreate Bug: 301575789 Test: presubmit Flag: N/A Change-Id: I8f329ff9397d0810b2b1c117f114a76fa221fb94
diff --git a/quickstep/tests/src/com/android/quickstep/TaplTestsPersistentTaskbar.java b/quickstep/tests/src/com/android/quickstep/TaplTestsPersistentTaskbar.java index 1b5313b..9a2826d 100644 --- a/quickstep/tests/src/com/android/quickstep/TaplTestsPersistentTaskbar.java +++ b/quickstep/tests/src/com/android/quickstep/TaplTestsPersistentTaskbar.java
@@ -22,6 +22,7 @@ import com.android.quickstep.TaskbarModeSwitchRule.TaskbarModeSwitch; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; @@ -38,6 +39,7 @@ @Test @TaskbarModeSwitch(mode = PERSISTENT) + @Ignore // b/301575789 public void testHideTaskbarPersistsOnRecreate() { getTaskbar().hide(); mLauncher.recreateTaskbar();