Skip to content

Commit 91ceb08

Browse files
astefanjimczi
authored andcommitted
Muted testListenersThrowingExceptionsDoNotCauseOtherListenersToBeSkipped
1 parent febf169 commit 91ceb08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/scheduler/SchedulerEngineTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
public class SchedulerEngineTests extends ESTestCase {
3333

34+
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/33124")
3435
public void testListenersThrowingExceptionsDoNotCauseOtherListenersToBeSkipped() throws InterruptedException {
3536
final Logger mockLogger = mock(Logger.class);
3637
final SchedulerEngine engine = new SchedulerEngine(Settings.EMPTY, Clock.systemUTC(), mockLogger);

0 commit comments

Comments
 (0)