Skip to content

Commit

Permalink
Mute test in master
Browse files Browse the repository at this point in the history
Tracking in #45625
  • Loading branch information
alpar-t committed Aug 16, 2019
1 parent e0620c2 commit 9656165
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public class WildflyIT extends LuceneTestCase {

private Logger logger = LogManager.getLogger(WildflyIT.class);

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/45625")
public void testRestClient() throws URISyntaxException, IOException {
try (CloseableHttpClient client = HttpClientBuilder.create().build()) {
final String str = String.format(
Expand Down

0 comments on commit 9656165

Please sign in to comment.