Przeglądaj źródła

Mute org.elasticsearch.xpack.security.authc.service.ServiceAccountIT testAuthenticateShouldNotFallThroughInCaseOfFailure #120902

elasticsearchmachine 8 miesięcy temu
rodzic
commit
ec0dcf23a1
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      muted-tests.yml

+ 3 - 0
muted-tests.yml

@@ -476,3 +476,6 @@ tests:
 - class: org.elasticsearch.xpack.esql.qa.multi_node.RestEsqlIT
   method: testOutOfRangeComparisons {ASYNC}
   issue: https://github.com/elastic/elasticsearch/issues/121007
+- class: org.elasticsearch.xpack.security.authc.service.ServiceAccountIT
+  method: testAuthenticateShouldNotFallThroughInCaseOfFailure
+  issue: https://github.com/elastic/elasticsearch/issues/120902