Skip to content

Commit

Permalink
HV-371: Disabling tests due to HV-443
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarmorling committed Mar 4, 2011
1 parent b32ef50 commit e6a1897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -117,7 +117,7 @@ public void testGetConstraintDescriptors() {
assertEquals( methodDescriptor.getConstraintDescriptors().size(), 2 );
}

@Test
@Test(enabled = false, description = "Temporarily disabled due to HV-443")
public void testFindConstraintLookingAt() {

MethodDescriptor methodDescriptor = getMethodDescriptor( CustomerRepositoryExt.class, "baz" );
Expand Down
Expand Up @@ -76,7 +76,7 @@ public void testGetConstraintDescriptors() {
);
}

@Test
@Test(enabled = false, description = "Temporarily disabled due to HV-443")
public void testFindConstraintLookingAtLocalElement() {

Set<ConstraintDescriptor<?>> constraintDescriptors =
Expand Down

0 comments on commit e6a1897

Please sign in to comment.