From 1d3f2373681e569bef0bfbbc206b8c9628abb937 Mon Sep 17 00:00:00 2001 From: Vishnu Nair Date: Wed, 22 May 2019 22:12:26 -0700 Subject: [PATCH] Mark RemoteAnimationControllerTest#testTimeout as flaky Bug: 133372977 Test: presubmit Change-Id: I2666d43805d3984c09348db6fea76870160d4e11 --- .../com/android/server/wm/RemoteAnimationControllerTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/tests/wmtests/src/com/android/server/wm/RemoteAnimationControllerTest.java b/services/tests/wmtests/src/com/android/server/wm/RemoteAnimationControllerTest.java index b867799c16cb2..cb74c3e32252a 100644 --- a/services/tests/wmtests/src/com/android/server/wm/RemoteAnimationControllerTest.java +++ b/services/tests/wmtests/src/com/android/server/wm/RemoteAnimationControllerTest.java @@ -40,6 +40,7 @@ import android.view.RemoteAnimationTarget; import android.view.SurfaceControl; import android.view.SurfaceControl.Transaction; +import androidx.test.filters.FlakyTest; import androidx.test.filters.SmallTest; import com.android.server.testutils.OffsettableClock; @@ -131,6 +132,7 @@ public class RemoteAnimationControllerTest extends WindowTestsBase { } @Test + @FlakyTest(bugId = 133372977) public void testTimeout() throws Exception { final WindowState win = createWindow(null /* parent */, TYPE_BASE_APPLICATION, "testWin"); final AnimationAdapter adapter = mController.createRemoteAnimationRecord(win.mAppToken,