Revert "Include public GameManager unit tests in presubmit"

This reverts commit 62fbe39ad6.

Reason for revert: this module will fail in presubmit b/260071873
BUG: 260071873

Change-Id: Ic2d5637ddd451755c0f5bc1cfdd5dd5be67baa31
This commit is contained in:
Xiang Wang
2022-11-23 01:30:13 +00:00
committed by Rachel Lee
parent 62fbe39ad6
commit 1842b786ec
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"
}
]
}
]
}