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

Commit 68e3009e authored by Miranda Kephart's avatar Miranda Kephart
Browse files

Disable flag for ClipboardModelTest

With the flag turned on, the 'imageClipData_loadFailure' test is
irrelevant; disabling the flag for now and once the flag is rolled out
the test can be removed.

Flag: EXEMPT fixing test failure
Bug: 357197236
Test: atest ClipboardModelTest
Change-Id: I2ca20fe4810d06a617f107004552c9132ce5c672
parent 02e79df1
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -122,6 +122,7 @@ class ClipboardModelTest : SysuiTestCase() {


    @Test
    @Test
    @Throws(IOException::class)
    @Throws(IOException::class)
    @DisableFlags(FLAG_CLIPBOARD_USE_DESCRIPTION_MIMETYPE)
    fun test_imageClipData_loadFailure() {
    fun test_imageClipData_loadFailure() {
        whenever(mMockContext.contentResolver).thenReturn(mMockContentResolver)
        whenever(mMockContext.contentResolver).thenReturn(mMockContentResolver)
        whenever(mMockContext.resources).thenReturn(mContext.resources)
        whenever(mMockContext.resources).thenReturn(mContext.resources)