Merge "Ignore the tests temporarily." into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
2e2c11e49d
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user