Include public GameManager unit tests in presubmit
Bug: b/243448953 Test: (frameworks/base/services/core/java/com/android/server/app) atest Change-Id: Iea84369dda83d754ed72b1a3a75221f627c4a0ea
This commit is contained in:
@@ -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": [
|
||||
|
||||
@@ -18,6 +18,17 @@
|
||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "FrameworksCoreGameManagerTests",
|
||||
"options": [
|
||||
{
|
||||
"include-filter": "android.app"
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user