Open
Description
A few of the samples tests don't run on CI but still take up time. We can most likely delete them as there are other tests using TestContainers
that cover that:
SampleElasticsearchApplicationTests
SampleRedisApplicationTests
SampleSolrApplicationTests
SampleCouchbaseApplicationTests
SampleNeo4jApplicationTests
There are a few others that don't seem to test the sample they're part of. For example, SampleDevToolsApplicationIntegrationTests
passes even if devtools is not on the classpath. Since we have other integration tests for DevTools, these can probably go. SampleAopApplicationTests
also doesn't test the relevant aop parts.