From 2e7e7c3e40dbf30a1eb6942115164d6e2b1e17f0 Mon Sep 17 00:00:00 2001 From: Nataniel Borges Date: Fri, 15 Jul 2022 09:32:46 +0000 Subject: [PATCH] Promote passing rotation tests Bug: 206753786 Test: atest FlickerTests Change-Id: I67d4b75f3fd018f685e98a33f2939ed42f39e846 --- .../server/wm/flicker/rotation/ChangeAppRotationTest.kt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/FlickerTests/src/com/android/server/wm/flicker/rotation/ChangeAppRotationTest.kt b/tests/FlickerTests/src/com/android/server/wm/flicker/rotation/ChangeAppRotationTest.kt index aa6a5a0eb8316..5e80fabcd8a43 100644 --- a/tests/FlickerTests/src/com/android/server/wm/flicker/rotation/ChangeAppRotationTest.kt +++ b/tests/FlickerTests/src/com/android/server/wm/flicker/rotation/ChangeAppRotationTest.kt @@ -126,12 +126,6 @@ class ChangeAppRotationTest( /** {@inheritDoc} */ @FlakyTest(bugId = 206753786) @Test - override fun statusBarLayerPositionAtStartAndEnd() = - super.statusBarLayerPositionAtStartAndEnd() - - /** {@inheritDoc} */ - @FlakyTest - @Test override fun navBarLayerPositionAtStartAndEnd() = super.navBarLayerPositionAtStartAndEnd()