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

Commit a1b89c4d authored by Mateusz Cicheński's avatar Mateusz Cicheński
Browse files

Remove the @FlakyTest annotation from no longer flaky test

Change-Id: Ia0304a403981caf73022cbca9abb3b3dc212eb3c
Test: atest WMShellFlickerTest:ExitPipWithSwipeDownTest
Bug: none
parent bfd0db18
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@

package com.android.wm.shell.flicker.pip

import android.platform.test.annotations.FlakyTest
import android.platform.test.annotations.Presubmit
import android.view.Surface
import androidx.test.filters.RequiresDevice
@@ -72,14 +71,6 @@ class ExitPipWithSwipeDownTest(testSpec: FlickerTestParameter) : ExitPipTransiti
            }
        }

    @FlakyTest
    @Test
    override fun pipWindowBecomesInvisible() = super.pipWindowBecomesInvisible()

    @FlakyTest
    @Test
    override fun pipLayerBecomesInvisible() = super.pipLayerBecomesInvisible()

    /**
     * Checks that the focus doesn't change between windows during the transition
     */