We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f5d72 commit b16bb4aCopy full SHA for b16bb4a
integrationtest/wildfly/src/test/java/org/hibernate/validator/integration/wildfly/ejb/EjbIT.java
@@ -44,7 +44,7 @@ public static WebArchive createTestArchive() throws Exception {
44
);
45
}
46
47
- @Test(enabled = false)
+ @Test
48
@RunAsClient
49
public void testRestEasyWorks() {
50
given()
@@ -57,7 +57,7 @@ public void testRestEasyWorks() {
57
.body( equalTo( "Hello bars a, b, c" ) );
58
59
60
61
62
public void testValidationWorks() {
63
0 commit comments