Skip to content

Commit 28864b1

Browse files
authored
Disabling TestHeadlessComponents on Mac due to consistent timeouts (#6648)
* Disabling TestHeadlessComponents on Mac due to consistent timeouts That cause job failure and conceal other test failures. Signed-off-by: Adam Farley <[email protected]> * Exclusions updated as detailed in aqa-test issue 6648 Signed-off-by: Adam Farley <[email protected]> --------- Signed-off-by: Adam Farley <[email protected]>
1 parent 3f91801 commit 28864b1

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

functional/testHeadlessComponents/playlist.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,29 @@
2424
<comment>https://github.com/adoptium/aqa-tests/issues/5224</comment>
2525
<impl>ibm</impl>
2626
</disable>
27+
<disable>
28+
<comment>https://github.com/adoptium/aqa-tests/issues/6647#issuecomment-3382932623</comment>
29+
<platform>aarch64_mac</platform>
30+
<impl>hotspot</impl>
31+
</disable>
32+
<disable>
33+
<comment>https://github.com/adoptium/aqa-tests/pull/6648#issuecomment-3397002761</comment>
34+
<platform>x86-64_windows</platform>
35+
<impl>hotspot</impl>
36+
<version>8</version>
37+
</disable>
38+
<disable>
39+
<comment>https://github.com/adoptium/aqa-tests/issues/5775</comment>
40+
<platform>x86-64_mac</platform>
41+
<impl>hotspot</impl>
42+
<version>8</version>
43+
</disable>
44+
<disable>
45+
<comment>https://github.com/adoptium/aqa-tests/pull/6616#issuecomment-3323705754</comment>
46+
<platform>x86-64_mac</platform>
47+
<impl>hotspot</impl>
48+
<version>25</version>
49+
</disable>
2750
</disables>
2851
<command>
2952
export OJDK_VERSION_NUMBER=$(JDK_VERSION) JREJDK="jdk" TMPRESULTS=$(Q)$(REPORTDIR)$(D)report$(Q); \

0 commit comments

Comments
 (0)