commit | 9283f74368b7740a409d2eb45dfaecf692d9e701 | [log] [tgz] |
---|---|---|
author | nchalko@google.com <nchalko@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Wed Jan 26 16:11:36 2011 +0000 |
committer | nchalko@google.com <nchalko@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Wed Jan 26 16:11:36 2011 +0000 |
tree | 492170de60b5dca6ddc0664e054d2120732cb640 | |
parent | 298ed594db3364ddb733a55c9bc44967dc2cf393 [diff] |
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(); }