Merge "Ignoring flaky tests" into main

This commit is contained in:
Sebastián Franco
2024-07-24 06:31:35 +00:00
committed by Android (Google) Code Review
@@ -16,17 +16,15 @@
package com.android.launcher3.celllayout
import androidx.test.ext.junit.runners.AndroidJUnit4
import org.junit.Rule
import org.junit.Test
import org.junit.runner.RunWith
@RunWith(AndroidJUnit4::class)
// @RunWith(AndroidJUnit4::class) b/353965234
class CellLayoutMethodsTest {
@JvmField @Rule var cellLayoutBuilder = UnitTestCellLayoutBuilderRule()
@Test
//@Test
fun pointToCellExact() {
val width = 1000
val height = 1000