Skip to content

Commit 076ce3e

Browse files
joelebacopybara-github
authored andcommitted
[Skymeld] Make the test for unused action conflict explicitly opt out of Skymeld.
PiperOrigin-RevId: 530234584 Change-Id: I97fc24b8cb4b23551f7167409a82098e1e29d446
1 parent 4dc5de8 commit 076ce3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/com/google/devtools/build/lib/buildtool/OutputArtifactConflictTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,8 @@ public void testConflictErrorAndUnfinishedAspectAnalysis_mergedAnalysisExecution
490490
// aren't run would exhibit this behavior.
491491
@Test
492492
public void unusedActionsStillConflict() throws Exception {
493+
// TODO(b/245923465) Limitation with Skymeld.
494+
addOptions("--noexperimental_merged_skyframe_analysis_execution");
493495
write(
494496
"foo/aspect.bzl",
495497
"def _aspect1_impl(target, ctx):",

0 commit comments

Comments
 (0)