spring-boot/spring-boot-samples/spring-boot-sample-data-ela.../src
Andy Wilkinson 275651e89a Skips Cassandra and Elasticsearch tests on Windows
Neither Cassandra nor Elasticsearch starts reliably on Windows. This
commit adds a custom class rule to the associated sample application
tests to skip them on Windows. A class rule is used rather than a
Unit assumption as we want to avoid starting Elasticsearch (done by
the application context) and Cassandra (done by a test execution
listener) and an assumption would be too late.
2016-05-24 17:22:48 +01:00
..
main/java/sample/data/elasticsearch Polish sample package names 2015-06-23 00:47:12 -07:00
test/java/sample/data/elasticsearch Skips Cassandra and Elasticsearch tests on Windows 2016-05-24 17:22:48 +01:00