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:
parent
41637a1294
commit
433cae47ed
|
@ -330,6 +330,7 @@ public class ClusterSettingsIT extends ESIntegTestCase {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/20318")
|
||||||
public void testLoggerLevelUpdate() {
|
public void testLoggerLevelUpdate() {
|
||||||
assertAcked(prepareCreate("test"));
|
assertAcked(prepareCreate("test"));
|
||||||
final IllegalArgumentException e =
|
final IllegalArgumentException e =
|
||||||
|
|
Loading…
Reference in New Issue