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

Commit 41f15711 authored by Darrell Shi's avatar Darrell Shi Committed by Android (Google) Code Review
Browse files

Merge "Ignore CommunalBackupUtilsTest#read_fileNotFoundException" into main

parents 1824134a 514cb50f
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()