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

Commit 6d1728bb authored by Sebastian Franco's avatar Sebastian Franco Committed by Sebastián Franco
Browse files

Ignoring flaky tests

Bug: 353965234
Test: CellLayoutMethodsTest
Flag: TEST_ONLY
Change-Id: I831861febe78f5eda873cc924d2dde8a09e49518
parent bad6ce48
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