Merge "Ignore failing test of CodeInspectionTest" into main
This commit is contained in:
@@ -52,6 +52,7 @@ public class CodeInspectionTest {
|
|||||||
new InstrumentableFragmentCodeInspector(mClasses).run();
|
new InstrumentableFragmentCodeInspector(mClasses).run();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore("b/313612087")
|
||||||
@Test
|
@Test
|
||||||
public void runSliceControllerInXmlInspection() throws Exception {
|
public void runSliceControllerInXmlInspection() throws Exception {
|
||||||
new SliceControllerInXmlCodeInspector(mClasses).run();
|
new SliceControllerInXmlCodeInspector(mClasses).run();
|
||||||
|
Reference in New Issue
Block a user