diff options
| author | 2024-04-24 16:05:23 +0000 | |
|---|---|---|
| committer | 2024-04-24 16:05:23 +0000 | |
| commit | 41f1571129cba2e2610a29e72d7dafea7e788b48 (patch) | |
| tree | 0e34f1dda2ee6b7552ec3531cf6b020160790627 | |
| parent | 1824134a9de5411bdf99d8c66194071ff41e1afc (diff) | |
| parent | 514cb50f6bdd3164a6a950fd77a279b75211e2c6 (diff) | |
Merge "Ignore CommunalBackupUtilsTest#read_fileNotFoundException" into main
| -rw-r--r-- | packages/SystemUI/tests/src/com/android/systemui/communal/data/backup/CommunalBackupUtilsTest.kt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/tests/src/com/android/systemui/communal/data/backup/CommunalBackupUtilsTest.kt b/packages/SystemUI/tests/src/com/android/systemui/communal/data/backup/CommunalBackupUtilsTest.kt index c3849f989b1d..bed05ee811f1 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/communal/data/backup/CommunalBackupUtilsTest.kt +++ b/packages/SystemUI/tests/src/com/android/systemui/communal/data/backup/CommunalBackupUtilsTest.kt @@ -30,6 +30,7 @@ import java.io.FileNotFoundException import java.nio.charset.Charset import org.junit.After import org.junit.Before +import org.junit.Ignore import org.junit.Rule import org.junit.Test import org.junit.runner.RunWith @@ -101,6 +102,7 @@ class CommunalBackupUtilsTest : SysuiTestCase() { assertThat(dataRead).isEqualTo(newDataToWrite) } + @Ignore("Ignored until we figure out why it is flaky b/336561027") @Test(expected = FileNotFoundException::class) fun read_fileNotFoundException() { underTest.readBytesFromDisk() |