Skip to content

Commit 5e0bd31

Browse files
authored
Disable custom target (#6417)
* Disable _custom target temporarily Signed-off-by: Shelley Lambert <[email protected]> * Fix indentation Signed-off-by: Shelley Lambert <[email protected]> * Update comment Signed-off-by: Shelley Lambert <[email protected]> --------- Signed-off-by: Shelley Lambert <[email protected]>
1 parent 04f6f9a commit 5e0bd31

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

jck/compiler.api/playlist.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
$(TEST_STATUS); \
2525
$(GEN_SUMMARY_GENERIC) testsuite=COMPILER tests="$(JCKCOMPILER_CUSTOM_TARGET)" isCustomTarget="isCustomTarget"
2626
</command>
27+
<disables>
28+
<disable>
29+
<comment>Temp exclude for Jul_2025 release, if testcases fail, auto-reruns will fail</comment>
30+
<impl>hotspot</impl>
31+
</disable>
32+
</disables>
2733
<levels>
2834
<level>dev</level>
2935
</levels>

0 commit comments

Comments
 (0)