diff --git a/tests/robotests/src/com/android/settings/core/codeinspection/CodeInspectionTest.java b/tests/robotests/src/com/android/settings/core/codeinspection/CodeInspectionTest.java index 44b0187e47b..60753c66e4f 100644 --- a/tests/robotests/src/com/android/settings/core/codeinspection/CodeInspectionTest.java +++ b/tests/robotests/src/com/android/settings/core/codeinspection/CodeInspectionTest.java @@ -47,16 +47,19 @@ public class CodeInspectionTest { } @Test + @Ignore public void runInstrumentableFragmentCodeInspection() { new InstrumentableFragmentCodeInspector(mClasses).run(); } @Test + @Ignore public void runSliceControllerInXmlInspection() throws Exception { new SliceControllerInXmlCodeInspector(mClasses).run(); } @Test + @Ignore public void runBasePreferenceControllerConstructorSignatureInspection() { new BasePreferenceControllerSignatureInspector(mClasses).run(); }