commit | 3063f9ce0e3a88e4971bdb5f288035c957a6a117 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Thu Jul 11 00:49:54 2024 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Jul 11 00:49:54 2024 +0000 |
tree | 693d8f863bb41b7e2cb1b4b08ba22b682ce8a4e8 | |
parent | 6aac900d574789a4d2e84b32156deb4019e71c9a [diff] | |
parent | 1425d2c2594ebc784a4a621274d1fc3bdf7b3861 [diff] |
Merge "Ignoring tests that caused b/351784601" into main
diff --git a/packages/SystemUI/tests/src/com/android/systemui/touchpad/tutorial/ui/gesture/BackGestureMonitorTest.kt b/packages/SystemUI/tests/src/com/android/systemui/touchpad/tutorial/ui/gesture/BackGestureMonitorTest.kt index cf0db7b..ce6bc09 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/touchpad/tutorial/ui/gesture/BackGestureMonitorTest.kt +++ b/packages/SystemUI/tests/src/com/android/systemui/touchpad/tutorial/ui/gesture/BackGestureMonitorTest.kt
@@ -29,9 +29,11 @@ import androidx.test.filters.SmallTest import com.android.systemui.SysuiTestCase import com.google.common.truth.Truth.assertThat +import org.junit.Ignore import org.junit.Test import org.junit.runner.RunWith +@Ignore @SmallTest @RunWith(AndroidJUnit4::class) class BackGestureMonitorTest : SysuiTestCase() {
diff --git a/packages/SystemUI/tests/src/com/android/systemui/touchpad/tutorial/ui/gesture/TouchpadGestureHandlerTest.kt b/packages/SystemUI/tests/src/com/android/systemui/touchpad/tutorial/ui/gesture/TouchpadGestureHandlerTest.kt index 769f264..f5ef8b0 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/touchpad/tutorial/ui/gesture/TouchpadGestureHandlerTest.kt +++ b/packages/SystemUI/tests/src/com/android/systemui/touchpad/tutorial/ui/gesture/TouchpadGestureHandlerTest.kt
@@ -34,9 +34,11 @@ import com.android.systemui.SysuiTestCase import com.android.systemui.touchpad.tutorial.ui.gesture.TouchpadGesture.BACK import com.google.common.truth.Truth.assertThat +import org.junit.Ignore import org.junit.Test import org.junit.runner.RunWith +@Ignore @SmallTest @RunWith(AndroidJUnit4::class) class TouchpadGestureHandlerTest : SysuiTestCase() {