commit | 6d1728bbdd7fbe80b185173e5367216b51305c64 | [log] [tgz] |
---|---|---|
author | Sebastian Franco <fransebas@google.com> | Tue Jul 23 12:35:32 2024 -0700 |
committer | Sebastián Franco <fransebas@google.com> | Wed Jul 24 02:46:29 2024 +0000 |
tree | dc421e4d8ac4120e266f980ce9feef40edca5b2e | |
parent | bad6ce487a400b8bc3ac98a793dff9b5dc99c4f5 [diff] |
Ignoring flaky tests Bug: 353965234 Test: CellLayoutMethodsTest Flag: TEST_ONLY Change-Id: I831861febe78f5eda873cc924d2dde8a09e49518
diff --git a/tests/multivalentTests/src/com/android/launcher3/celllayout/CellLayoutMethodsTest.kt b/tests/multivalentTests/src/com/android/launcher3/celllayout/CellLayoutMethodsTest.kt index e8459d6..5bc57b0 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