Skip to content

Commit

Permalink
Exclude jdk_container tests for rhel7
Browse files Browse the repository at this point in the history
related: eclipse-openj9/openj9#19176

Signed-off-by: Anna Babu Palathingal <[email protected]>
  • Loading branch information
annaibm committed Mar 22, 2024
1 parent ea10530 commit 73eb96c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions openjdk/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,10 @@
<groups>
<group>openjdk</group>
</groups>
<platformRequirements>os.linux</platformRequirements>
<!-- Exclude tests on rhel7 under https://github.com/eclipse-openj9/openj9/issues/19176 -->
<platformRequirementsList>
<platformRequirements>^os.linux.rhel.7</platformRequirements>
</platformRequirementsList>
</test>
<test>
<testCaseName>jdk_container_jdk8</testCaseName>
Expand Down Expand Up @@ -1899,7 +1902,7 @@
<disable>
<comment>https://github.com/adoptium/aqa-tests/issues/4808</comment>
</disable>
</disables>
</disables>
<variations>
<variation>Mode150</variation>
<variation>Mode650</variation>
Expand Down

0 comments on commit 73eb96c

Please sign in to comment.