I've written a few db integration tests using latest JUnit version. I don't want the tests (annotated with @Test) to run on jenkins, but run it only on local. Is there are way to tell JUnit to run tests only if it indicates it's running within a special environment (locally)?
- 2Please see stackoverflow.com/questions/18653066/…Christian– Christian2016-02-22 08:04:09 +00:00Commented Feb 22, 2016 at 8:04
- Thanks. Didn't find this using the search. Recommend way for this? Deleting this question?Christian Kellner– Christian Kellner2016-02-22 08:06:07 +00:00Commented Feb 22, 2016 at 8:06
Add a comment |