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

Commit e57f2d5f authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Migrate OpenAppColdFromIcon to CF ARM

Bug: 262220693
Test: atest FlickerTests
Change-Id: I220b1f45caa3cd530fbe9a4a4084def7bb5aaef3
parent b04a48fa
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -16,12 +16,14 @@

package com.android.server.wm.flicker.launch

import android.platform.test.annotations.FlakyTest
import android.tools.common.NavBar
import android.tools.device.flicker.annotation.FlickerServiceCompatible
import android.tools.device.flicker.junit.FlickerParametersRunnerFactory
import android.tools.device.flicker.legacy.FlickerTest
import android.tools.device.flicker.legacy.FlickerTestFactory
import org.junit.FixMethodOrder
import org.junit.Test
import org.junit.runner.RunWith
import org.junit.runners.MethodSorters
import org.junit.runners.Parameterized
@@ -32,6 +34,12 @@ import org.junit.runners.Parameterized
@Parameterized.UseParametersRunnerFactory(FlickerParametersRunnerFactory::class)
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
class OpenAppColdFromIconCfArm(flicker: FlickerTest) : OpenAppColdFromIcon(flicker) {
    @Test
    @FlakyTest
    override fun visibleLayersShownMoreThanOneConsecutiveEntry() {
        super.visibleLayersShownMoreThanOneConsecutiveEntry()
    }

    companion object {
        /**
         * Creates the test configurations.