Hi all! We have by now quite some tests that are not really suitable for execution as part of the regular build process.
- Some tests just take very long, for example some of the sorter tests with multiple recursive merges. - Some tests depend on external components. These components are sometimes not stable enough for reliable tests. An example is the ElasticSearchITCase How about we add a dedicated module for these tests, that we execute during release testing, but not as part of the regular build tests? Greetings, Stephan