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

Commit 1a59c49c authored by Jeff Chen's avatar Jeff Chen Committed by Android (Google) Code Review
Browse files

Merge "Add staged test config for new and unstable tests." into main

parents 8e862bcc c1dbc796
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"
        }
      ]
    }
  ]
}