Merge "Revert "Include public GameManager unit tests in presubmit""

This commit is contained in:
Xiang Wang
2022-11-23 01:34:51 +00:00
committed by Android (Google) Code Review
2 changed files with 0 additions and 28 deletions

View File

@@ -201,23 +201,6 @@
"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,17 +18,6 @@
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "FrameworksCoreGameManagerTests",
"options": [
{
"include-filter": "android.app"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
]
}