commit | 514cb50f6bdd3164a6a950fd77a279b75211e2c6 | [log] [tgz] |
---|---|---|
author | Darrell Shi <[email protected]> | Tue Apr 23 21:36:18 2024 +0000 |
committer | Darrell Shi <[email protected]> | Tue Apr 23 22:04:24 2024 +0000 |
tree | 8fcd617e96b40aab85a7d3683a6d078073a0cb01 | |
parent | 74e002c904e6a96e59c1dab9b3e5e6c0ecb31af1 [diff] |
Ignore CommunalBackupUtilsTest#read_fileNotFoundException This test case is flaky for an unknown reason. Ignore it for now. Bug: 336561027 Test: n/a Flag: n/a Change-Id: Iaadfc146cec6c8ed9f2ab3fe8087dd72fba30cab
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()