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
This commit is contained in:
Mark Renouf
2021-03-24 10:48:10 -04:00
parent 0c1e189278
commit 6c716b38da

View File

@@ -49,7 +49,6 @@ import java.util.function.Consumer;
*/
@Presubmit
@SmallTest
@FlakyTest(detail = "promote once confirmed flake-free")
@RunWith(MockitoJUnitRunner.class)
public class ViewGroupScrollCaptureTest {