Skip to content

Commit

Permalink
Mute ExecuteWatchQueuedStatsTests (#74747)
Browse files Browse the repository at this point in the history
Relates #66392
  • Loading branch information
tlrx authored Jun 30, 2021
1 parent d460088 commit 27023aa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

package org.elasticsearch.xpack.watcher.execution;

import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.action.ActionFuture;
import org.elasticsearch.action.FailedNodeException;
import org.elasticsearch.client.Client;
Expand Down Expand Up @@ -40,6 +41,7 @@
import static org.elasticsearch.xpack.watcher.trigger.schedule.Schedules.interval;
import static org.hamcrest.Matchers.empty;

@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/66392")
public class ExecuteWatchQueuedStatsTests extends AbstractWatcherIntegrationTestCase {

@Override
Expand Down

0 comments on commit 27023aa

Please sign in to comment.