Merge "Fix CodeInspectionTest" into qt-dev am: 4b54ad9bd5

am: d9fb048712

Change-Id: Ie7e99df8d2a2721120178886763db00b4c4adbc5
This commit is contained in:
Fan Zhang
2019-04-22 16:02:46 -07:00
committed by android-build-merger
5 changed files with 23 additions and 6 deletions

View File

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