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

Commit 5a3c98d6 authored by Vania Desmonda's avatar Vania Desmonda
Browse files

Temporarily mark failing/flaky functional tests as @Postsubmit.

Our functional test suite runner is about to run these tests in presubmit. Temporarily disable these tests from running in presubmit to unblock progress.

Bug: 384434389
Test: EXEMPT minor test change
Flag: EXEMPT minor test change
Change-Id: Icf5e98ca92b6bdb8293b2ff28e678545c9a7bd59
parent f218c75f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

package com.android.wm.shell.functional

import android.platform.test.annotations.Presubmit
import android.platform.test.annotations.Postsubmit
import android.platform.test.rule.ScreenRecordRule
import com.android.wm.shell.scenarios.AltTabSwitchInDesktopMode
import org.junit.runner.RunWith
@@ -24,6 +24,6 @@ import org.junit.runners.BlockJUnit4ClassRunner

/* Functional test for [AltTabSwitchInDesktopMode]. */
@RunWith(BlockJUnit4ClassRunner::class)
@Presubmit
@Postsubmit
@ScreenRecordRule.ScreenRecord
class AltTabSwitchInDesktopModeTest : AltTabSwitchInDesktopMode()
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

package com.android.wm.shell.functional

import android.platform.test.annotations.Presubmit
import android.platform.test.annotations.Postsubmit
import android.platform.test.rule.ScreenRecordRule
import com.android.wm.shell.scenarios.AltTabSwitchOutDesktopMode
import org.junit.runner.RunWith
@@ -24,6 +24,6 @@ import org.junit.runners.BlockJUnit4ClassRunner

/* Functional test for Alt+Tab app switching out of desktop mode. */
@RunWith(BlockJUnit4ClassRunner::class)
@Presubmit
@Postsubmit
@ScreenRecordRule.ScreenRecord
class AltTabSwitchOutDesktopModeTest : AltTabSwitchOutDesktopMode()
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

package com.android.wm.shell.functional

import android.platform.test.annotations.Presubmit
import android.platform.test.annotations.Postsubmit
import android.platform.test.rule.ScreenRecordRule
import com.android.wm.shell.scenarios.CloseAllAppsWithAppHeaderExit
import org.junit.runner.RunWith
@@ -24,6 +24,6 @@ import org.junit.runners.BlockJUnit4ClassRunner

/* Functional test for [CloseAllAppsWithAppHeaderExit]. */
@RunWith(BlockJUnit4ClassRunner::class)
@Presubmit
@Postsubmit
@ScreenRecordRule.ScreenRecord
class CloseAllAppsWithAppHeaderExitTest() : CloseAllAppsWithAppHeaderExit()
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

package com.android.wm.shell.functional

import android.platform.test.annotations.Presubmit
import android.platform.test.annotations.Postsubmit
import android.platform.test.rule.ScreenRecordRule
import com.android.wm.shell.scenarios.EnterDesktopViaMenuOfStaticOverviewTask
import org.junit.runner.RunWith
@@ -24,6 +24,6 @@ import org.junit.runners.BlockJUnit4ClassRunner

/* Functional test for [EnterDesktopViaMenuOfStaticOverviewTask]. */
@RunWith(BlockJUnit4ClassRunner::class)
@Presubmit
@Postsubmit
@ScreenRecordRule.ScreenRecord
class EnterDesktopViaMenuOfStaticOverviewTaskTest : EnterDesktopViaMenuOfStaticOverviewTask()
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

package com.android.wm.shell.functional

import android.platform.test.annotations.Presubmit
import android.platform.test.annotations.Postsubmit
import android.platform.test.rule.ScreenRecordRule
import com.android.wm.shell.scenarios.MinimizeAppWindows
import org.junit.runner.RunWith
@@ -24,6 +24,6 @@ import org.junit.runners.BlockJUnit4ClassRunner

/* Functional test for [MinimizeAppWindows]. */
@RunWith(BlockJUnit4ClassRunner::class)
@Presubmit
@Postsubmit
@ScreenRecordRule.ScreenRecord
class MinimizeAppWindowsTest : MinimizeAppWindows()
Loading