Skip to content

Commit

Permalink
Servlet tests include one which requires a 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 3cc312c commit 5aa589f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ public void ejb30LitePackaging() throws Exception {
}


/**
* 230 tests, usual time 45 minutes.
*/
@Test
public void ejb30LiteSingleton() throws Exception {
tck.start(Path.of("ejb30", "lite", "singleton"));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public class ServletITest {
*/
@Test
public void servlet() throws Exception {
tck.startMailServer();
tck.start(Path.of("servlet"));
}
}

0 comments on commit 5aa589f

Please sign in to comment.