From 14c1edaea65c38d2fedf58cd2d5b2b958543f951 Mon Sep 17 00:00:00 2001 From: marko-bekhta Date: Tue, 10 Dec 2024 12:49:55 +0100 Subject: [PATCH] HV-1754 Re-enable EjbIT when all tested versions of WildFly have fixed WFL-11566 --- .../hibernate/validator/integration/wildfly/ejb/EjbIT.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integrationtest/wildfly/src/test/java/org/hibernate/validator/integration/wildfly/ejb/EjbIT.java b/integrationtest/wildfly/src/test/java/org/hibernate/validator/integration/wildfly/ejb/EjbIT.java index a955aa1c8..3f3e42354 100644 --- a/integrationtest/wildfly/src/test/java/org/hibernate/validator/integration/wildfly/ejb/EjbIT.java +++ b/integrationtest/wildfly/src/test/java/org/hibernate/validator/integration/wildfly/ejb/EjbIT.java @@ -44,7 +44,7 @@ public static WebArchive createTestArchive() throws Exception { ); } - @Test(enabled = false) + @Test @RunAsClient public void testRestEasyWorks() { given() @@ -57,7 +57,7 @@ public void testRestEasyWorks() { .body( equalTo( "Hello bars a, b, c" ) ); } - @Test(enabled = false) + @Test @RunAsClient public void testValidationWorks() { given()