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

Commit 27316a9c authored by Michael Wachenschwanz's avatar Michael Wachenschwanz
Browse files

Include AppExistHostTest in com.android.server.am TEST_MAPPING

These tests check oom score and should be run to catch OomAdjuster
behavior changes.

Test: n/a
Bug: 318437127
Change-Id: Ib1a9e653f1bbad4d2d3e3dc5b9001e45b0ceaa45
parent 342c33d3
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" }
      ]
    }
  ]
}