Marking split screen rotate tests as flaky
Adding the flakytest annotation to the tests SplitScreenRotateOneLaunchedAppTest and SplitScreenRotateTwoLaunchedAppTest as seems to crash the device every so often. Test: atest WMShellFlickerTests Change-Id: Ie0dcfb60618afbed84b043b1c467a4e74e6cba2e
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
package com.android.wm.shell.flicker.splitscreen
|
||||
|
||||
import androidx.test.filters.FlakyTest
|
||||
import android.view.Surface
|
||||
import androidx.test.filters.RequiresDevice
|
||||
import androidx.test.platform.app.InstrumentationRegistry
|
||||
@@ -44,6 +45,7 @@ import org.junit.runners.Parameterized
|
||||
@RequiresDevice
|
||||
@RunWith(Parameterized::class)
|
||||
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
|
||||
@FlakyTest
|
||||
class SplitScreenRotateOneLaunchedAppTest(
|
||||
testName: String,
|
||||
flickerSpec: Flicker
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
|
||||
package com.android.wm.shell.flicker.splitscreen
|
||||
|
||||
import androidx.test.filters.FlakyTest
|
||||
import android.view.Surface
|
||||
import androidx.test.filters.RequiresDevice
|
||||
import androidx.test.platform.app.InstrumentationRegistry
|
||||
@@ -45,6 +46,7 @@ import org.junit.runners.Parameterized
|
||||
@RequiresDevice
|
||||
@RunWith(Parameterized::class)
|
||||
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
|
||||
@FlakyTest
|
||||
class SplitScreenRotateTwoLaunchedAppTest(
|
||||
testName: String,
|
||||
flickerSpec: Flicker
|
||||
|
||||
Reference in New Issue
Block a user