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

Commit 99476cf7 authored by Dan Shi's avatar Dan Shi
Browse files

Exclude flaky tests from CtsGraphicsTestCases

Bug: 229142513
Test: none
Change-Id: I294431cb4c8d1b7d7d8d9e8320f2a4b9e01a28b8
parent e9e88881
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "CtsGraphicsTestCases"
      "name": "CtsGraphicsTestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ]
}