Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8a33f042 authored by Vishnu Nair's avatar Vishnu Nair
Browse files

[sf] remove flaky tests from presubmit

Change-Id: I75f647ef47e8cd4c78499bfddff91ea34134cb52
Test: presubmit
parent 255e04fd
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -15,7 +15,16 @@
      "name": "libscheduler_test"
    },
    {
      "name": "CtsGraphicsTestCases"
      "name": "CtsGraphicsTestCases",
      // flaky on mixed gsi builds
      "options": [
        {
          "exclude-filter": "android.graphics.cts.CameraGpuTest#testCameraImageCaptureAndRendering"
        },
        {
          "exclude-filter": "android.graphics.cts.AnimatorLeakTest#testPauseResume"
        }
      ]
    },
    {
      "name": "CtsSurfaceControlTests"