From 40c92648e6e0964f415b84f3129ddc3873359607 Mon Sep 17 00:00:00 2001 From: Mady Mellor Date: Mon, 7 Nov 2022 13:38:10 -0800 Subject: [PATCH] Mark BubblesTests as flaky Test: treehugger Bug: 253647225 Bug: 258031539 Bug: 259884346 Change-Id: I43fdeaf2a308c11abf1064652e3fd11f5aec0e54 --- .../tests/src/com/android/systemui/wmshell/BubblesTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/SystemUI/tests/src/com/android/systemui/wmshell/BubblesTest.java b/packages/SystemUI/tests/src/com/android/systemui/wmshell/BubblesTest.java index bee882d438496..d42f757e16bdb 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/wmshell/BubblesTest.java +++ b/packages/SystemUI/tests/src/com/android/systemui/wmshell/BubblesTest.java @@ -77,6 +77,7 @@ import android.view.View; import android.view.ViewTreeObserver; import android.view.WindowManager; +import androidx.test.filters.FlakyTest; import androidx.test.filters.SmallTest; import com.android.internal.colorextraction.ColorExtractor; @@ -157,6 +158,7 @@ import java.util.HashMap; import java.util.List; import java.util.Optional; +@FlakyTest @SmallTest @RunWith(AndroidTestingRunner.class) @TestableLooper.RunWithLooper(setAsMainLooper = true)