Unmute testOpenCloseApiWildcards

Relates #39578
This commit is contained in:
Nhat Nguyen 2019-06-24 17:12:57 -04:00
parent ae31ca5f7e
commit 01205432fe
1 changed files with 0 additions and 1 deletions

View File

@ -477,7 +477,6 @@ 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();