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

Commit 651448cb authored by Federico Baron's avatar Federico Baron Committed by Android (Google) Code Review
Browse files

Merge "Demote TaplThemeIconsTest#testShortcutIconWithTheme" into main

parents cd894eea 7672f320
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -16,6 +16,8 @@
package com.android.launcher3.ui.workspace;

import static com.android.launcher3.util.TestConstants.AppNames.TEST_APP_NAME;
import static com.android.launcher3.util.rule.TestStabilityRule.LOCAL;
import static com.android.launcher3.util.rule.TestStabilityRule.PLATFORM_POSTSUBMIT;

import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
@@ -38,6 +40,7 @@ import com.android.launcher3.tapl.HomeAppIcon;
import com.android.launcher3.tapl.HomeAppIconMenuItem;
import com.android.launcher3.ui.AbstractLauncherUiTest;
import com.android.launcher3.util.Executors;
import com.android.launcher3.util.rule.TestStabilityRule;

import org.junit.Test;

@@ -111,6 +114,7 @@ public class TaplThemeIconsTest extends AbstractLauncherUiTest<Launcher> {
    }

    @Test
    @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) // b/350557998
    public void testShortcutIconWithTheme() throws Exception {
        setThemeEnabled(true);
        initialize(this);