From e3011b3e8559421c99c62b777672fe636fa9b830 Mon Sep 17 00:00:00 2001 From: Ruslan Tkhakokhov Date: Wed, 10 May 2023 11:39:05 +0000 Subject: [PATCH] [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 --- services/backup/TEST_MAPPING | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/services/backup/TEST_MAPPING b/services/backup/TEST_MAPPING index 4a8bd8e8c9e78..62706e7414b07 100644 --- a/services/backup/TEST_MAPPING +++ b/services/backup/TEST_MAPPING @@ -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": [