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

Commit 48d0cf2c authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Annotate test in MediaProjectionManagerServiceTest as flaky" into udc-qpr-dev

parents 9fc2df46 fe9ae5b4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -62,6 +62,7 @@ import android.platform.test.annotations.Presubmit;
import android.view.ContentRecordingSession;

import androidx.test.ext.junit.runners.AndroidJUnit4;
import androidx.test.filters.FlakyTest;
import androidx.test.filters.SmallTest;
import androidx.test.platform.app.InstrumentationRegistry;

@@ -688,6 +689,7 @@ public class MediaProjectionManagerServiceTest {
        assertThat(mService.isCurrentProjection(projection)).isTrue();
    }

    @FlakyTest(bugId = 288342281)
    @Test
    public void setContentRecordingSession_successful_notifiesListeners()
            throws Exception {