-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
---
-
---
HibernateSearchElasticsearch*TestCase tests rely on @BeforeClass and AssumeTestGroupUtil.assumeDockerAvailable to disable tests, but this doesn't work because ElasticsearchServerSetupObserver and the @Deployment methods get invoked before any @BeforeClass method. Initializing ElasticsearchServerSetupObserver fails.
Fix is to use WFLY-16621 methods to disable the ElasticsearchServerSetupObserver and make the @Deployment methods return an empty war.
- relates to
-
WFLY-16621 Add test utility methods for checking the test environment that don't throw AssumptionViolationException but instead return a boolean
- Closed