[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:
Ruslan Tkhakokhov
2023-05-10 11:39:05 +00:00
parent 53c901a01c
commit e3011b3e85

View File

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