Turn off a test because of issue 5882.

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

Review by: rchandia@google.com

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9680 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 613a9ad..b1dcea0 100644
--- a/user/test/org/hibernate/jsr303/tck/tests/validation/ValidateGwtTest.java
+++ b/user/test/org/hibernate/jsr303/tck/tests/validation/ValidateGwtTest.java
@@ -30,8 +30,10 @@
     delegate.testConstraintDescriptorWithoutExplicitGroup();
   }
 
+  @Failing(issue = 5882)
   public void testConstraintViolation() {
     delegate.testConstraintViolation();
+    fail("This test only fails on IE.  Forcing it to fail here to keep the counts even. See issue 5882.");
   }
 
   @Failing(issue = 5982)