[TEST] Mute WatchMetadataTests.testWatchMetadata
Due to https://github.com/elastic/elasticsearch/issues/40631
This commit is contained in:
parent
952c4d9653
commit
324fef0548
|
@ -38,6 +38,7 @@ import static org.hamcrest.Matchers.greaterThan;
|
|||
|
||||
public class WatchMetadataTests extends AbstractWatcherIntegrationTestCase {
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40631")
|
||||
public void testWatchMetadata() throws Exception {
|
||||
Map<String, Object> metadata = new HashMap<>();
|
||||
metadata.put("foo", "bar");
|
||||
|
|
Loading…
Reference in New Issue