Description
After ACCUMULO-3167 our integration tests need to specify if they can run on a mini cluster or not. They do so by either including an Assume or overriding the method canRunTest.
Instead, we should use junit categories[1] and then can easily turn tests on and off.
Attachments
Issue Links
- duplicates
-
ACCUMULO-4423 Define categories for integration test execution
- Resolved