Loading packages/SystemUI/tests/src/com/android/systemui/communal/data/backup/CommunalBackupUtilsTest.kt +0 −7 Original line number Diff line number Diff line Loading @@ -30,7 +30,6 @@ 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 Loading Loading @@ -102,12 +101,6 @@ 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() } @Test(expected = FileNotFoundException::class) fun clear_returnsTrueWhenFileDeleted() { // Write bytes to disk Loading Loading
packages/SystemUI/tests/src/com/android/systemui/communal/data/backup/CommunalBackupUtilsTest.kt +0 −7 Original line number Diff line number Diff line Loading @@ -30,7 +30,6 @@ 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 Loading Loading @@ -102,12 +101,6 @@ 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() } @Test(expected = FileNotFoundException::class) fun clear_returnsTrueWhenFileDeleted() { // Write bytes to disk Loading