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

Commit 49029b97 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Move Ignore annotation from class to method"

parents bc34a8e5 e01ea535
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,13 +38,13 @@ import org.junit.Test;
 */
@SmallTest
@Presubmit
@Ignore("b/163095037")
public class ProtoLogIntegrationTest {
    @After
    public void tearDown() {
        ProtoLogImpl.setSingleInstance(null);
    }

    @Ignore("b/163095037")
    @Test
    public void testProtoLogToolIntegration() {
        ProtoLogImpl mockedProtoLog = mock(ProtoLogImpl.class);