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

Commit e5a40f29 authored by Xevi Miró Bruix's avatar Xevi Miró Bruix Committed by Android (Google) Code Review
Browse files

Merge "Add TEST_MAPPING for logcat package"

parents cecebbd0 19e49d53
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "FrameworksServicesTests",
      "options": [
        {"include-filter": "com.android.server.logcat"},
        {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
        {"exclude-annotation": "androidx.test.filters.FlakyTest"}
      ]
    }
  ],
  "postsubmit": [
    {
      "name": "FrameworksServicesTests",
      "options": [
        {"include-filter": "com.android.server.logcat"}
      ]
    }
  ]
}