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

Commit 1425d2c2 authored by Michal Brzezinski's avatar Michal Brzezinski
Browse files

Ignoring tests that caused b/351784601

Test: just ignoring tests
Flag: EXEMPT trivial change
Bug: 351784601
Change-Id: I2c0efea4dec89100b8ca31ba0bd90c6b5042cfa7
parent 1b958622
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -29,9 +29,11 @@ import androidx.test.ext.junit.runners.AndroidJUnit4
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() {
+2 −0
Original line number Diff line number Diff line
@@ -34,9 +34,11 @@ import androidx.test.filters.SmallTest
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() {