Mark CSIT#testLoggerLevelUpdate as awaits fix

This commit marks ClusterSettingsIT#testLoggerLevelUpdate as awaiting a
fix due to a test bug.
This commit is contained in:
Jason Tedor 2016-09-04 11:09:08 -04:00
parent 41637a1294
commit 433cae47ed
1 changed files with 1 additions and 0 deletions

View File

@ -330,6 +330,7 @@ public class ClusterSettingsIT extends ESIntegTestCase {
}
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/20318")
public void testLoggerLevelUpdate() {
assertAcked(prepareCreate("test"));
final IllegalArgumentException e =