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

Commit 3e7b852c authored by Wei Sheng Shih's avatar Wei Sheng Shih Committed by Android (Google) Code Review
Browse files

Merge "Remove appLayerReplacesLauncher test from transfer splash screen test." into main

parents 72f2a2b9 4c488cd2
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@ import android.tools.device.flicker.legacy.LegacyFlickerTestFactory
import androidx.test.filters.FlakyTest
import androidx.test.filters.RequiresDevice
import com.android.server.wm.flicker.helpers.TransferSplashscreenAppHelper
import com.android.server.wm.flicker.replacesLayer
import org.junit.FixMethodOrder
import org.junit.Test
import org.junit.runner.RunWith
@@ -117,18 +116,6 @@ class OpenTransferSplashscreenAppFromLauncherTransition(flicker: LegacyFlickerTe
        super.appLayerBecomesVisible()
    }

    @FlakyTest(bugId = 240916028)
    @Test
    override fun appLayerReplacesLauncher() {
        flicker.replacesLayer(
            ComponentNameMatcher.LAUNCHER,
            testApp,
            ignoreEntriesWithRotationLayer = true,
            ignoreSnapshot = true,
            ignoreSplashscreen = false
        )
    }

    @FlakyTest(bugId = 240916028)
    @Test
    override fun cujCompleted() {