[DO NOT MERGE] Temporarily remove BackupRestoreEventLogger test from presubmit
The test is failing in presubmit but is fine in postsubmit. Remove from presubmit pending investigation. Bug: 273295079 Test: m -j Change-Id: I56fc17277160e5e32d1a89ea7fc959ac6d210b5b
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "CtsBackupTestCases"
|
||||
"name": "CtsBackupTestCases",
|
||||
"options": [
|
||||
{
|
||||
// Remove from presubmit until b/273295079 is resolved.
|
||||
"exclude-filter": "android.backup.cts.BackupRestoreEventLoggerTest"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"postsubmit": [
|
||||
|
||||
Reference in New Issue
Block a user