[TEST] Mute WatchMetadataTests.testWatchMetadata

Due to https://github.com/elastic/elasticsearch/issues/40631
This commit is contained in:
David Roberts 2019-04-01 17:01:47 +01:00 committed by Martijn van Groningen
parent 952c4d9653
commit 324fef0548
No known key found for this signature in database
GPG Key ID: AB236F4FCF2AF12A
1 changed files with 1 additions and 0 deletions

View File

@ -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");