File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/test/java/com/google/devtools/build/lib/buildtool Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 4141import java .util .ArrayList ;
4242import java .util .List ;
4343import java .util .regex .Pattern ;
44+ import org .junit .Ignore ;
4445import org .junit .Test ;
4546import org .junit .runner .RunWith ;
4647
@@ -413,6 +414,7 @@ public void testConflictErrorAndAnalysisError(@TestParameter boolean mergedAnaly
413414
414415 // Verify that an aspect whose analysis is unfinished doesn't fail the conflict reporting process.
415416 @ Test
417+ @ Ignore ("b/216490090 - flaky" )
416418 public void testConflictErrorAndUnfinishedAspectAnalysis_mergedAnalysisExecution (
417419 @ TestParameter boolean keepGoing ) throws Exception {
418420 addOptions ("--experimental_merged_skyframe_analysis_execution" );
You can’t perform that action at this time.
0 commit comments