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

Commit c1dbc796 authored by Jeff Chen's avatar Jeff Chen
Browse files

Add staged test config for new and unstable tests.

Bug: 305094795
Test: presubmit
Change-Id: I53a06697ed141a0ae0d2d5bc823d95dada0222b3
parent 564a0e2e
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
@@ -143,10 +143,33 @@
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "android.platform.test.annotations.FlakyTest"
        },
        {
          "exclude-annotation": "android.platform.test.annotations.Postsubmit"
        }
      ]
    }
  ],
  // v2/sysui/suite/test-mapping-sysui-screenshot-test-staged
  "sysui-screenshot-test-staged": [
    {
      "name": "SystemUIGoogleScreenshotTests",
      "options": [
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "include-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "include-annotation": "android.platform.test.annotations.FlakyTest"
        },
        {
          "include-annotation": "android.platform.test.annotations.Postsubmit"
        }
      ]
    }
  ]
}