Skip to content

Commit

Permalink
Temporarily exclude jlink test from Windows (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mesbah-Alam authored Jan 15, 2019
1 parent cd1a7fa commit bafaca7
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions systemtest/modularity/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,7 @@
</test>

<!-- Temporarily excluded from osx due to : https://github.com/AdoptOpenJDK/openjdk-systemtest/issues/203 -->
<!-- Temporarily excluded from win due to : https://github.com/eclipse/openj9-systemtest/issues/68 -->
<test>
<testCaseName>JlinkTest_RequiredMod</testCaseName>
<variations>
Expand All @@ -757,8 +758,10 @@
<groups>
<group>system</group>
</groups>
<platformRequirements>^os.osx</platformRequirements>
<platformRequirements>^os.osx,^os.win</platformRequirements>
</test>

<!-- Temporarily excluded from win due to : https://github.com/eclipse/openj9-systemtest/issues/68 -->
<test>
<testCaseName>JlinkTest_AddModLimitMod</testCaseName>
<variations>
Expand All @@ -783,7 +786,8 @@
</levels>
<groups>
<group>system</group>
</groups>
</groups>
<platformRequirements>^os.win</platformRequirements>
</test>
<test>
<testCaseName>CpMpJlinkTest</testCaseName>
Expand All @@ -810,6 +814,8 @@
<group>system</group>
</groups>
</test>

<!-- Temporarily excluded from win due to : https://github.com/eclipse/openj9-systemtest/issues/68 -->
<test>
<testCaseName>JlinkPluginOpt_GenOptTest</testCaseName>
<variations>
Expand All @@ -835,6 +841,7 @@
<groups>
<group>system</group>
</groups>
<platformRequirements>^os.win</platformRequirements>
</test>
<test>
<testCaseName>LayersTest</testCaseName>
Expand Down

0 comments on commit bafaca7

Please sign in to comment.