Merge "Include public GameManager unit tests in presubmit"

This commit is contained in:
Xiang Wang
2022-11-21 22:41:43 +00:00
committed by Android (Google) Code Review
2 changed files with 28 additions and 0 deletions

View File

@@ -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": [

View File

@@ -18,6 +18,17 @@
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "FrameworksCoreGameManagerTests",
"options": [
{
"include-filter": "android.app"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
]
}