Skip to content

Commit

Permalink
Exclude tests on aarch64_mac (#4992)
Browse files Browse the repository at this point in the history
- Exclude tests on aarch64_mac for all versions due to backlog/issues/1300
-Added `aarch64_mac.*` for excluding aarch64_mac

Signed-off-by: Anna Babu Palathingal <[email protected]>
  • Loading branch information
annaibm authored Jan 22, 2024
1 parent 1038188 commit a41355b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions jck/runtime.api/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
<disables>
<disable>
<comment>Disabled on aarch64_mac due to backlog/issues/1300.</comment>
<platform>aarch64_mac</platform>
<platform>aarch64_mac.*</platform>
<impl>openj9</impl>
</disable>
</disables>
Expand Down Expand Up @@ -454,7 +454,7 @@
</disable>
<disable>
<comment>Disabled on aarch64_mac due to backlog/issues/1300.</comment>
<platform>aarch64_mac</platform>
<platform>aarch64_mac.*</platform>
<impl>openj9</impl>
</disable>
</disables>
Expand Down Expand Up @@ -511,7 +511,7 @@
</disable>
<disable>
<comment>Disabled on aarch64_mac due to backlog/issues/1300.</comment>
<platform>aarch64_mac</platform>
<platform>aarch64_mac.*</platform>
<impl>openj9</impl>
</disable>
</disables>
Expand Down Expand Up @@ -769,7 +769,7 @@
</disable>
<disable>
<comment>Disabled on aarch64_mac due to backlog/issues/1300.</comment>
<platform>aarch64_mac</platform>
<platform>aarch64_mac.*</platform>
<impl>openj9</impl>
</disable>
</disables>
Expand Down Expand Up @@ -875,7 +875,7 @@
<disables>
<disable>
<comment>Disabled on aarch64_mac due to backlog/issues/1300.</comment>
<platform>aarch64_mac</platform>
<platform>aarch64_mac.*</platform>
<impl>openj9</impl>
</disable>
</disables>
Expand Down Expand Up @@ -1330,7 +1330,7 @@
<disables>
<disable>
<comment>Disabled on aarch64_mac due to backlog/issues/1300.</comment>
<platform>aarch64_mac</platform>
<platform>aarch64_mac.*</platform>
<impl>openj9</impl>
</disable>
</disables>
Expand Down

0 comments on commit a41355b

Please sign in to comment.