Skip to content

Commit

Permalink
HV-1826 Disable Javax.money tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Jan 18, 2021
1 parent 42a84b4 commit 4bf9332
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public void canUseJodaTimeConstraintValidator() {
assertThat( violations.iterator().next().getConstraintDescriptor().getAnnotation().annotationType() ).isEqualTo( Future.class );
}

@Test
@Test(enabled = false)
public void canUseJavaMoneyBasedConstraint() {
Set<ConstraintViolation<Order>> violations = validator.validate( new Order( Money.of( 1200.0, "EUR" ) ) );

Expand Down

0 comments on commit 4bf9332

Please sign in to comment.