Fix code inspection test for slice controllers

Bug: 269156923
Test: atest CodeInspectionTest
Change-Id: I8937c8b3e39c475c630e8d4bbd45439c2234e7ea
This commit is contained in:
Mill Chen
2023-07-04 10:51:01 +00:00
parent 094a73867c
commit 6cbbc3bf3f

View File

@@ -53,7 +53,6 @@ public class CodeInspectionTest {
} }
@Test @Test
@Ignore
public void runSliceControllerInXmlInspection() throws Exception { public void runSliceControllerInXmlInspection() throws Exception {
new SliceControllerInXmlCodeInspector(mClasses).run(); new SliceControllerInXmlCodeInspector(mClasses).run();
} }