From 796891bc068dabcdbdf7dff4db1273f5a7761e34 Mon Sep 17 00:00:00 2001 From: Pinyao Ting Date: Fri, 7 Feb 2020 13:44:33 -0800 Subject: [PATCH] remove stability annotation since it hasn't been flaking in the last month Bug: 146432215 Test: run flake locally Change-Id: Ie7604088e82451f2c705f143d70af3f5c3b9c52d --- tests/src/com/android/launcher3/ui/TaplTestsLauncher3.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/src/com/android/launcher3/ui/TaplTestsLauncher3.java b/tests/src/com/android/launcher3/ui/TaplTestsLauncher3.java index 4b72882dea..54caf1e37b 100644 --- a/tests/src/com/android/launcher3/ui/TaplTestsLauncher3.java +++ b/tests/src/com/android/launcher3/ui/TaplTestsLauncher3.java @@ -18,9 +18,6 @@ package com.android.launcher3.ui; import static androidx.test.InstrumentationRegistry.getInstrumentation; -import static com.android.launcher3.util.rule.TestStabilityRule.LOCAL; -import static com.android.launcher3.util.rule.TestStabilityRule.UNBUNDLED_POSTSUBMIT; - import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotNull; @@ -39,7 +36,6 @@ import com.android.launcher3.tapl.AppIconMenu; import com.android.launcher3.tapl.AppIconMenuItem; import com.android.launcher3.tapl.Widgets; import com.android.launcher3.tapl.Workspace; -import com.android.launcher3.util.rule.TestStabilityRule.Stability; import com.android.launcher3.views.OptionsPopupView; import com.android.launcher3.widget.WidgetsFullSheet; import com.android.launcher3.widget.WidgetsRecyclerView; @@ -117,9 +113,7 @@ public class TaplTestsLauncher3 extends AbstractLauncherUiTest { mLauncher.pressHome(); } - // b/146432215: remove @Stability after 2/1/2020 if this test doesn't flake @Test - @Stability(flavors = LOCAL | UNBUNDLED_POSTSUBMIT) public void testOpenHomeSettingsFromWorkspace() { mDevice.pressMenu(); mDevice.waitForIdle();