Skip to content

Commit

Permalink
Exclude default/forceLazySymbolResolution test for jdk15+
Browse files Browse the repository at this point in the history
Issue eclipse-openj9#11076

[ci skip]

Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
  • Loading branch information
pshipton committed Nov 4, 2020
1 parent 8d50944 commit 7c51edc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
<types>
<type>native</type>
</types>
<subsets>
<!-- disable for 15+ https://github.com/eclipse/openj9/issues/11076 -->
<subset>8</subset>
<subset>11</subset>
</subsets>
<impls>
<impl>openj9</impl>
<impl>ibm</impl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
<types>
<type>native</type>
</types>
<subsets>
<!-- disable for 15+ https://github.com/eclipse/openj9/issues/11076 -->
<subset>8</subset>
<subset>11</subset>
</subsets>
<impls>
<impl>openj9</impl>
<impl>ibm</impl>
Expand Down

0 comments on commit 7c51edc

Please sign in to comment.