From 6d1728bbdd7fbe80b185173e5367216b51305c64 Mon Sep 17 00:00:00 2001 From: Sebastian Franco Date: Tue, 23 Jul 2024 12:35:32 -0700 Subject: [PATCH] Ignoring flaky tests Bug: 353965234 Test: CellLayoutMethodsTest Flag: TEST_ONLY Change-Id: I831861febe78f5eda873cc924d2dde8a09e49518 --- .../android/launcher3/celllayout/CellLayoutMethodsTest.kt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/multivalentTests/src/com/android/launcher3/celllayout/CellLayoutMethodsTest.kt b/tests/multivalentTests/src/com/android/launcher3/celllayout/CellLayoutMethodsTest.kt index e8459d6f2d..5bc57b0474 100644 --- a/tests/multivalentTests/src/com/android/launcher3/celllayout/CellLayoutMethodsTest.kt +++ b/tests/multivalentTests/src/com/android/launcher3/celllayout/CellLayoutMethodsTest.kt @@ -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