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

Commit 62fbe39a authored by Xiang Wang's avatar Xiang Wang
Browse files

Include public GameManager unit tests in presubmit

Bug: b/243448953
Test: (frameworks/base/services/core/java/com/android/server/app) atest
Change-Id: Iea84369dda83d754ed72b1a3a75221f627c4a0ea
parent 3250c655
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -201,6 +201,23 @@
            "file_patterns": [
                "(/|^)PropertyInvalidatedCache.java"
            ]
        },
        {
            "name": "FrameworksCoreGameManagerTests",
            "options": [
                {
                    "exclude-annotation": "androidx.test.filters.FlakyTest"
                },
                {
                    "exclude-annotation": "org.junit.Ignore"
                },
                {
                    "include-filter": "android.app"
                }
            ],
            "file_patterns": [
                "Game*\\.java"
            ]
        }
    ],
    "presubmit-large": [
+11 −0
Original line number Diff line number Diff line
@@ -18,6 +18,17 @@
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "FrameworksCoreGameManagerTests",
      "options": [
        {
          "include-filter": "android.app"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ]
}
 No newline at end of file