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

Commit ed94e357 authored by Naomi Musgrave's avatar Naomi Musgrave Committed by Android (Google) Code Review
Browse files

Merge "Update presubmit mapping for MediaProjection & related"

parents d2267f07 f64e96ef
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "MediaProjectionTests",
      "options": [
        {
          "exclude-annotation": "android.platform.test.annotations.FlakyTest"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "org.junit.Ignore"
        }
      ]
    }
  ]
}
+0 −13
Original line number Diff line number Diff line
{
    "presubmit": [
        {
            "name": "FrameworksServicesTests",
            "options": [
                {"include-filter": "android.media.projection.mediaprojectiontests"},
                {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
                {"exclude-annotation": "androidx.test.filters.FlakyTest"},
                {"exclude-annotation": "org.junit.Ignore"}
            ]
        }
    ]
}
+18 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "MediaProjectionTests",
      "options": [
        {
          "exclude-annotation": "android.platform.test.annotations.FlakyTest"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "org.junit.Ignore"
        }
      ]
    }
  ]
}