Loading tests/robotests/src/com/android/settings/core/codeinspection/CodeInspectionTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,7 @@ public class CodeInspectionTest { new InstrumentableFragmentCodeInspector(mClasses).run(); } @Ignore("b/313612087") @Test public void runSliceControllerInXmlInspection() throws Exception { new SliceControllerInXmlCodeInspector(mClasses).run(); Loading Loading
tests/robotests/src/com/android/settings/core/codeinspection/CodeInspectionTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,7 @@ public class CodeInspectionTest { new InstrumentableFragmentCodeInspector(mClasses).run(); } @Ignore("b/313612087") @Test public void runSliceControllerInXmlInspection() throws Exception { new SliceControllerInXmlCodeInspector(mClasses).run(); Loading