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

Commit a6d84f22 authored by Marcello Galhardo's avatar Marcello Galhardo
Browse files

Ignore failing test...

Ignore failing test `AppClipsActivityTest#screenshotDisplayed_userConsented_screenshotExportedSuccessfully`

Test: `atest SystemUITests:com.android.systemui.screenshot.appclips.AppClipsActivityTest#screenshotDisplayed_userConsented_screenshotExportedSuccessfully -- --abi x86_64`
Bug: b/315848285
Change-Id: I6b8f002461e00e3da77f7fac06997cef17e3b86f
parent cf6263d1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@ import com.google.common.util.concurrent.Futures;

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;
@@ -138,6 +139,7 @@ public final class AppClipsActivityTest extends SysuiTestCase {
    }

    @Test
    @Ignore("b/315848285")
    public void screenshotDisplayed_userConsented_screenshotExportedSuccessfully() {
        ResultReceiver resultReceiver = createResultReceiver((resultCode, data) -> {
            assertThat(resultCode).isEqualTo(RESULT_OK);