Merge "Ignore the tests temporarily." into main

This commit is contained in:
Treehugger Robot
2025-01-16 21:10:23 -08:00
committed by Android (Google) Code Review
2 changed files with 4 additions and 0 deletions
@@ -32,6 +32,7 @@ import com.android.launcher3.util.TestUtil
import com.android.launcher3.util.rule.BackAndRestoreRule
import com.android.launcher3.util.rule.setFlags
import org.junit.Before
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.junit.runner.RunWith
@@ -69,6 +70,7 @@ class BackupAndRestoreDBSelectionTest {
}
@Test
@Ignore("b/385147987")
fun oldDatabasesNotPresentAfterRestore() {
val dbController = ModelDbController(getInstrumentation().targetContext)
if (Flags.gridMigrationRefactor()) {
@@ -35,6 +35,7 @@ import com.android.launcher3.util.LauncherModelHelper
import com.android.launcher3.util.TestUtil
import com.google.common.truth.Truth.assertThat
import org.junit.Before
import org.junit.Ignore
import org.junit.Test
import org.junit.runner.RunWith
import org.mockito.kotlin.any
@@ -166,6 +167,7 @@ class InstallSessionHelperTest {
}
@Test
@Ignore("b/388258969")
fun `promiseIconAddedForId returns true if there is a promiseIcon with the session id`() {
// Given
val expectedIdString = IntArray().apply { add(1) }.toConcatString()