Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 514cb50f authored by Darrell Shi's avatar Darrell Shi
Browse files

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
parent 74e002c9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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()