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

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

Merge "Ignoring failing Test while it is investigated further." into main

parents 92bb0d9f db4546a6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ import com.android.systemui.util.settings.fakeGlobalSettings
import com.android.traceur.TraceConfig
import com.google.common.truth.Truth
import org.junit.Before
import org.junit.Ignore
import org.junit.Test
import org.junit.runner.RunWith
import org.mockito.ArgumentMatchers.anyInt
@@ -126,6 +127,7 @@ class IssueRecordingServiceSessionTest : SysuiTestCase() {
        verify(iActivityManager).requestBugReportWithExtraAttachments(any())
    }

    @Ignore("b/392753499")
    @Test
    fun sharesTracesDirectly_afterReceivingShareCommand_withTakeBugreportFalse() {
        underTest.takeBugReport = false