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

Commit 0c852e6b authored by Sebastián Franco's avatar Sebastián Franco Committed by Android (Google) Code Review
Browse files

Merge "Ignoring flaky tests" into main

parents 0a757073 6d1728bb
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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