Muted testListenersThrowingExceptionsDoNotCauseOtherListenersToBeSkipped

This commit is contained in:
Andrei Stefan 2018-08-24 13:14:03 +03:00
parent 66e458b78b
commit 1d8745036f
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ import static org.mockito.Mockito.verifyNoMoreInteractions;
public class SchedulerEngineTests extends ESTestCase {
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/33124")
public void testListenersThrowingExceptionsDoNotCauseOtherListenersToBeSkipped() throws InterruptedException {
final Logger mockLogger = mock(Logger.class);
final SchedulerEngine engine = new SchedulerEngine(Settings.EMPTY, Clock.systemUTC(), mockLogger);