From 6c716b38dae41809b709eedd62faaf53293858cc Mon Sep 17 00:00:00 2001 From: Mark Renouf Date: Wed, 24 Mar 2021 10:48:10 -0400 Subject: [PATCH] Mark ViewGroupScrollCaptureTest as non-flaky Allows these tests to run in presubmit Verified 100% flake-free: https://paste.googleplex.com/6331441450319872 Bug: 175830396 Test: atest --rerun-until-failure 10 ViewGroupScrollCaptureTest Change-Id: Ibf278c929f331f9ac6a9ba0630f3f375f4f21b7c --- .../coretests/src/android/view/ViewGroupScrollCaptureTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/tests/coretests/src/android/view/ViewGroupScrollCaptureTest.java b/core/tests/coretests/src/android/view/ViewGroupScrollCaptureTest.java index 41cd4c562bd88..2833ea3f9ac07 100644 --- a/core/tests/coretests/src/android/view/ViewGroupScrollCaptureTest.java +++ b/core/tests/coretests/src/android/view/ViewGroupScrollCaptureTest.java @@ -49,7 +49,6 @@ import java.util.function.Consumer; */ @Presubmit @SmallTest -@FlakyTest(detail = "promote once confirmed flake-free") @RunWith(MockitoJUnitRunner.class) public class ViewGroupScrollCaptureTest {