Merge "Move Ignore annotation from class to method"

This commit is contained in:
TreeHugger Robot
2020-08-13 15:51:32 +00:00
committed by Android (Google) Code Review

View File

@@ -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);