rohanpadhye commented on issue #78: [COLLECTIONS 714] Add tests URL: https://github.com/apache/commons-collections/pull/78#issuecomment-513519031 The `@Ignore` annotation only appears to work with JUnit4-style tests (`org.junit.Test`). The `PatriciaTrieTest` suite appears to using a JUnit3 style (`junit.framework.Test`), which doesn't support `@Ignore`. Am I mistaken here? I have given project maintainers edit access to this pull request, so feel free to push any changes you desire directly to the `bug-collections-714` branch.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
