Merge "Fix CodeInspectionTest" into qt-dev am: 4b54ad9bd5
am: d9fb048712
Change-Id: Ie7e99df8d2a2721120178886763db00b4c4adbc5
This commit is contained in:
@@ -24,12 +24,11 @@ import com.android.settings.search.SearchIndexProviderCodeInspector;
|
||||
import com.android.settings.slices.SliceControllerInXmlCodeInspector;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.robolectric.RobolectricTestRunner;
|
||||
|
||||
import java.util.List;
|
||||
import org.robolectric.RobolectricTestRunner;
|
||||
|
||||
/**
|
||||
* Test suite that scans all classes in app package, and performs different types of code inspection
|
||||
@@ -47,7 +46,6 @@ public class CodeInspectionTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore("b/130897640")
|
||||
public void runInstrumentableFragmentCodeInspection() {
|
||||
new InstrumentableFragmentCodeInspector(mClasses).run();
|
||||
}
|
||||
|
Reference in New Issue
Block a user