commit | 1425d2c2594ebc784a4a621274d1fc3bdf7b3861 | [log] [tgz] |
---|---|---|
author | Michal Brzezinski <brzezinski@google.com> | Wed Jul 10 12:43:12 2024 +0100 |
committer | Michal Brzezinski <brzezinski@google.com> | Wed Jul 10 12:43:12 2024 +0100 |
tree | 08c1d8a41a7714c12fed9553b1c22ec43b55110c | |
parent | 1b95862256b69daf0bf22fdb3730a6be690bd4f0 [diff] |
Ignoring tests that caused b/351784601 Test: just ignoring tests Flag: EXEMPT trivial change Bug: 351784601 Change-Id: I2c0efea4dec89100b8ca31ba0bd90c6b5042cfa7
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() {