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

Commit 98207e1b authored by Xiang Wang's avatar Xiang Wang
Browse files

Include Game Manager Atom CTS tests in server presubmit

Bug: b/243448953
Test: atest --test-mapping \
      services/core/java/com/android/server/app:presubmit
Change-Id: I6009f2cf0ed2e269d91f1d744e2502a87e39c25c
parent 29bc594a
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -8,6 +8,23 @@
        }
      ]
    },
    {
      "name": "CtsStatsdAtomHostTestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "include-filter": "android.cts.statsdatom.gamemanager"
        }
      ],
      "file_patterns": [
        "(/|^)GameManagerService.java"
      ]
    },
    {
      "name": "FrameworksMockingServicesTests",
      "options": [