Skip to content

Commit

Permalink
EjbITest.ejb requires mail server
Browse files Browse the repository at this point in the history
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
  • Loading branch information
dmatej committed Sep 17, 2022
1 parent 06c6f08 commit f2f5fb1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public class EjbITest {

@Test
public void ejb() throws Exception {
tck.startMailServer();
tck.start(Path.of("ejb"));
}

Expand Down

0 comments on commit f2f5fb1

Please sign in to comment.