Skip to content

Commit

Permalink
HV-1754 Re-enable EjbIT when all tested versions of WildFly have fixe…
Browse files Browse the repository at this point in the history
…d WFL-11566
  • Loading branch information
marko-bekhta committed Dec 10, 2024
1 parent 94f5d72 commit b16bb4a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public static WebArchive createTestArchive() throws Exception {
);
}

@Test(enabled = false)
@Test
@RunAsClient
public void testRestEasyWorks() {
given()
Expand All @@ -57,7 +57,7 @@ public void testRestEasyWorks() {
.body( equalTo( "Hello bars a, b, c" ) );
}

@Test(enabled = false)
@Test
@RunAsClient
public void testValidationWorks() {
given()
Expand Down

0 comments on commit b16bb4a

Please sign in to comment.