| commit | e689454a1af01a00c3cfe6f494930a3ff4380a61 | [log] [tgz] |
|---|---|---|
| author | Ralston Da Silva <[email protected]> | Mon May 13 17:25:09 2024 -0700 |
| committer | Ralston Da Silva <[email protected]> | Mon May 13 17:25:09 2024 -0700 |
| tree | d0f16cfb107202c6e6ef6e18f5f8ac8845e6575d | |
| parent | 5756448e376b5c3f92474355135b01023e03a4b9 [diff] |
Marking focus interop test as flaky Bug: 332542822 Test: N/A Change-Id: Ic5b17f21f4e4de5caaf08a04292c09495df1a3ba
diff --git a/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/viewinterop/FocusSearchUpInteropTest.kt b/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/viewinterop/FocusSearchUpInteropTest.kt index 4d2998a..506bd1e 100644 --- a/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/viewinterop/FocusSearchUpInteropTest.kt +++ b/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/viewinterop/FocusSearchUpInteropTest.kt
@@ -46,6 +46,7 @@ import androidx.compose.ui.test.onNodeWithTag import androidx.compose.ui.test.requestFocus import androidx.compose.ui.unit.dp +import androidx.test.filters.FlakyTest import androidx.test.filters.MediumTest import androidx.test.platform.app.InstrumentationRegistry import com.google.common.truth.Truth.assertThat @@ -193,6 +194,7 @@ rule.runOnIdle { assertThat(view.isFocused).isTrue() } } + @FlakyTest(bugId = 332542822) @Test fun focusedComposableWithFocusableView_view_inLinearLayout() { // Arrange.