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

Commit 59d501b9 authored by Hyein Yu's avatar Hyein Yu
Browse files

Add Ignore to testCallSequencingStatsLog

Bug: 417789369
Test: presubmit
Flag: TEST_ONLY
Change-Id: Ic81c551f2e3ecfe6e55dce9af209ac1fa0477e6b
parent 13b32d0a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -62,6 +62,7 @@ import com.android.server.telecom.nano.PulledAtomsClass;

import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TemporaryFolder;
@@ -880,6 +881,7 @@ public class TelecomPulledAtomTest extends TelecomTestCase {
    }

    @Test
    @Ignore("b/417789369")
    public void testCallSequencingStatsLog() throws Exception {
        CallSequencingStats callSequencingStats =
                spy(new CallSequencingStats(mSpyContext, mLooper, false));