Skip to content

Commit

Permalink
Merge pull request #4421 from smlambert/onlyJ9openssl
Browse files Browse the repository at this point in the history
Only run openssl test on openj9 impl
  • Loading branch information
pshipton committed Jan 24, 2019
2 parents e9bda20 + 4eac884 commit 4c0b47d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/functional/Java8andUp/playlist.xml
Expand Up @@ -768,6 +768,9 @@
<groups>
<group>functional</group>
</groups>
<impls>
<impl>openj9</impl>
</impls>
</test>

<test>
Expand Down
6 changes: 6 additions & 0 deletions test/functional/cmdLineTests/openssl/playlist.xml
Expand Up @@ -44,6 +44,9 @@
<groups>
<group>functional</group>
</groups>
<impls>
<impl>openj9</impl>
</impls>
<subsets>
<subset>8</subset>
<subset>9</subset>
Expand All @@ -70,6 +73,9 @@
<groups>
<group>functional</group>
</groups>
<impls>
<impl>openj9</impl>
</impls>
<subsets>
<subset>11</subset>
</subsets>
Expand Down

0 comments on commit 4c0b47d

Please sign in to comment.