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

Commit c4a0eca0 authored by Michael Wachenschwanz's avatar Michael Wachenschwanz Committed by Android (Google) Code Review
Browse files

Merge "Include AppExistHostTest in com.android.server.am TEST_MAPPING" into main

parents 7ab7cc7c 27316a9c
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -146,6 +146,15 @@
        { "include-filter": "android.app.cts.ServiceTest" },
        { "include-filter": "android.app.cts.ActivityManagerFgsBgStartTest" }
      ]
    },
    {
      "name": "CtsStatsdAtomHostTestCases",
      "options": [
        { "include-filter": "android.cts.statsdatom.appexit.AppExitHostTest" },
        { "exclude-annotation": "androidx.test.filters.LargeTest" },
        { "exclude-annotation": "androidx.test.filters.FlakyTest" },
        { "exclude-annotation": "org.junit.Ignore" }
      ]
    }
  ]
}