Merge "Ignore failing test of CodeInspectionTest" into main

This commit is contained in:
Yanting Yang
2023-11-28 13:10:45 +00:00
committed by Android (Google) Code Review

View File

@@ -52,6 +52,7 @@ public class CodeInspectionTest {
new InstrumentableFragmentCodeInspector(mClasses).run(); new InstrumentableFragmentCodeInspector(mClasses).run();
} }
@Ignore("b/313612087")
@Test @Test
public void runSliceControllerInXmlInspection() throws Exception { public void runSliceControllerInXmlInspection() throws Exception {
new SliceControllerInXmlCodeInspector(mClasses).run(); new SliceControllerInXmlCodeInspector(mClasses).run();