Details
Description
Following the split of the MINA IO to its own artifact (SSHD-806) we need to make sure that the client/server related unit-tests succeed with this session factory as well. However, we do not want to run all the tests again - especially those that do not involve I/O (e.g., MAC vectors validations, load/save key-pairs, etc.).
In order to do that perhaps we should use a jUnit category marker for the tests to be excluded (or included - depending which group is smaller) and then run the tests with MINA IO, but only on the specified category.
Attachments
Issue Links
- is part of
-
SSHD-806 Split mina io support in its own module
- Resolved