commit | 41f1571129cba2e2610a29e72d7dafea7e788b48 | [log] [tgz] |
---|---|---|
author | Darrell Shi <darrellshi@google.com> | Wed Apr 24 16:05:23 2024 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Apr 24 16:05:23 2024 +0000 |
tree | 0e34f1dda2ee6b7552ec3531cf6b020160790627 | |
parent | 1824134a9de5411bdf99d8c66194071ff41e1afc [diff] | |
parent | 514cb50f6bdd3164a6a950fd77a279b75211e2c6 [diff] |
Merge "Ignore CommunalBackupUtilsTest#read_fileNotFoundException" into main
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 c3849f9..bed05ee 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.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 @@ 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()