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

Commit ed5edb7d authored by Jagrut Desai's avatar Jagrut Desai Committed by Android (Google) Code Review
Browse files

Merge "Enable TaskbarEduTooltipControllerTest" into main

parents 65fb226f c1227779
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@

package com.android.launcher3.taskbar

import android.util.Log
import com.android.launcher3.Utilities
import com.android.launcher3.taskbar.TaskbarControllerTestUtil.asProperty
import com.android.launcher3.taskbar.TaskbarControllerTestUtil.runOnMainSync
@@ -34,14 +33,12 @@ import com.android.launcher3.util.OnboardingPrefs
import com.google.common.truth.Truth.assertThat
import org.junit.After
import org.junit.Before
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.junit.runner.RunWith

@RunWith(LauncherMultivalentJUnit::class)
@EmulatedDevices(["pixelFoldable2023", "pixelTablet2023"])
@Ignore
class TaskbarEduTooltipControllerTest {

    @get:Rule(order = 0) val context = TaskbarWindowSandboxContext.create()
@@ -62,7 +59,6 @@ class TaskbarEduTooltipControllerTest {

    @Before
    fun setUp() {
        Log.e("Taskbar", "TaskbarEduTooltipControllerTest test started")
        Utilities.disableRunningInTestHarnessForTests()
    }

@@ -71,7 +67,6 @@ class TaskbarEduTooltipControllerTest {
        if (wasInTestHarness) {
            Utilities.enableRunningInTestHarnessForTests()
        }
        Log.e("Taskbar", "TaskbarEduTooltipControllerTest test completed")
    }

    @Test