Mute testOpenCloseApiWildcards (#39578) (#39579)

This commit is contained in:
Gordon Brown 2019-03-01 11:11:17 -07:00 committed by David Roberts
parent a8530c5531
commit e6b9262a31
1 changed files with 1 additions and 0 deletions

View File

@ -477,6 +477,7 @@ public class IndicesOptionsIntegrationIT extends ESIntegTestCase {
verify(search("t*"), false);
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39578")
public void testOpenCloseApiWildcards() throws Exception {
createIndex("foo", "foobar", "bar", "barbaz");
ensureGreen();