浏览代码

AwaitsFix for #99169

David Turner 1 年之前
父节点
当前提交
5fe41f5c80

+ 1 - 0
x-pack/plugin/security/qa/security-basic/src/javaRestTest/java/org/elasticsearch/xpack/security/SecurityWithBasicLicenseIT.java

@@ -29,6 +29,7 @@ import static org.hamcrest.Matchers.notNullValue;
 
 public class SecurityWithBasicLicenseIT extends SecurityInBasicRestTestCase {
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/99169")
     public void testWithBasicLicense() throws Exception {
         checkLicenseType("basic");
         checkSecurityEnabled(false);