Skip to content

Commit

Permalink
Mute testOpenCloseApiWildcards (#39578) (#39579)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwbrown authored Mar 1, 2019
1 parent b54a95e commit 86f2307
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ public void testCloseApiSpecifiedIndices() throws Exception {
verify(search("t*"), false);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39578")
public void testOpenCloseApiWildcards() throws Exception {
createIndex("foo", "foobar", "bar", "barbaz");
ensureGreen();
Expand Down

0 comments on commit 86f2307

Please sign in to comment.