Skip to content

Commit

Permalink
bb301431
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAure committed Aug 19, 2024
1 parent dd579aa commit b0fb129
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
*******************************************************************************/
package test.jakarta.data.jpa.web;

import static componenttest.annotation.SkipIfSysProp.DB_DB2;
import static componenttest.annotation.SkipIfSysProp.DB_Not_Default;
import static componenttest.annotation.SkipIfSysProp.DB_Postgres;
import static componenttest.annotation.SkipIfSysProp.DB_SQLServer;
Expand Down Expand Up @@ -541,6 +542,9 @@ public void testConvertBigDecimalValue() {
* Use repository methods that convert a BigInteger value to other
* numeric types.
*/
@SkipIfSysProp({
DB_DB2, //TODO Failing on DB2 due to eclipselink issue. https://github.com/OpenLiberty/open-liberty/issues/29443
})
@Test
public void testConvertBigIntegerValue() {
ZoneId ET = ZoneId.of("America/New_York");
Expand Down

0 comments on commit b0fb129

Please sign in to comment.