Skip to content

Commit b16bb4a

Browse files
committed
HV-1754 Re-enable EjbIT when all tested versions of WildFly have fixed WFL-11566
1 parent 94f5d72 commit b16bb4a

File tree

1 file changed

+2
-2
lines changed
  • integrationtest/wildfly/src/test/java/org/hibernate/validator/integration/wildfly/ejb

1 file changed

+2
-2
lines changed

integrationtest/wildfly/src/test/java/org/hibernate/validator/integration/wildfly/ejb/EjbIT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public static WebArchive createTestArchive() throws Exception {
4444
);
4545
}
4646

47-
@Test(enabled = false)
47+
@Test
4848
@RunAsClient
4949
public void testRestEasyWorks() {
5050
given()
@@ -57,7 +57,7 @@ public void testRestEasyWorks() {
5757
.body( equalTo( "Hello bars a, b, c" ) );
5858
}
5959

60-
@Test(enabled = false)
60+
@Test
6161
@RunAsClient
6262
public void testValidationWorks() {
6363
given()

0 commit comments

Comments
 (0)