Turn off test that is failing in IE

Review at http://gwt-code-reviews.appspot.com/1285802

Review by: rchandia@google.com

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9626 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/test/org/hibernate/jsr303/tck/tests/validation/ValidateGwtTest.java b/user/test/org/hibernate/jsr303/tck/tests/validation/ValidateGwtTest.java
index 12a9d9c..e280916 100644
--- a/user/test/org/hibernate/jsr303/tck/tests/validation/ValidateGwtTest.java
+++ b/user/test/org/hibernate/jsr303/tck/tests/validation/ValidateGwtTest.java
@@ -30,6 +30,7 @@
     delegate.testConstraintDescriptorWithoutExplicitGroup();
   }
 
+  @Failing(issue = 5882)
   public void testConstraintViolation() {
     delegate.testConstraintViolation();
   }