diff options
| author | 2024-08-16 10:58:55 -0400 | |
|---|---|---|
| committer | 2024-08-16 11:00:17 -0400 | |
| commit | 94ad3323fef1935bb6ba53bb841143c7691bffa1 (patch) | |
| tree | d443a842cf172a2b3e5f3cc67c128844d4ce72a1 | |
| parent | 23c18de8335d4c977f7dd2a5a6cf1ad63d409632 (diff) | |
Mark DragAndDropTest as flaky
Test: DragAndDropTest
Bug: 360351805
Flag: NONE test only
Fixes: 360342618
Fixes: 360343252
Change-Id: I3f984f51342259d6ca9f062e06b9adb64384fcbd
| -rw-r--r-- | packages/SystemUI/multivalentTests/src/com/android/systemui/qs/panels/ui/compose/DragAndDropTest.kt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/panels/ui/compose/DragAndDropTest.kt b/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/panels/ui/compose/DragAndDropTest.kt index 4d1dd1cce766..d9faa30cb072 100644 --- a/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/panels/ui/compose/DragAndDropTest.kt +++ b/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/panels/ui/compose/DragAndDropTest.kt @@ -32,6 +32,7 @@ import androidx.compose.ui.test.onNodeWithContentDescription import androidx.compose.ui.test.onNodeWithTag import androidx.compose.ui.test.onNodeWithText import androidx.test.ext.junit.runners.AndroidJUnit4 +import androidx.test.filters.FlakyTest import androidx.test.filters.SmallTest import com.android.systemui.SysuiTestCase import com.android.systemui.common.shared.model.ContentDescription @@ -45,6 +46,7 @@ import org.junit.Rule import org.junit.Test import org.junit.runner.RunWith +@FlakyTest(bugId = 360351805) @SmallTest @RunWith(AndroidJUnit4::class) class DragAndDropTest : SysuiTestCase() { |