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

Commit 9cc97178 authored by Vishnu Nair's avatar Vishnu Nair Committed by Android (Google) Code Review
Browse files

Merge "[sf] remove flaky tests from presubmit" into main

parents 9891d150 8a33f042
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"