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:
Antonella Dellanzo
2020-12-02 13:31:05 +01:00
parent 215bcb7efa
commit d921d9fa9e
2 changed files with 4 additions and 0 deletions

View File

@@ -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

View File

@@ -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