Skip to content

Commit 5fe9fda

Browse files
Mute FileTokensToolTests.testCreateToken (#70963)
Relates #70543
1 parent a35563a commit 5fe9fda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/qa/security-tools-tests/src/test/java/org/elasticsearch/xpack/security/authc/service/FileTokensToolTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ public void testParsePrincipalAndTokenName() throws UserException {
127127
"Expected two arguments, service-account-principal and token-name, found extra:"));
128128
}
129129

130+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/70959")
130131
public void testCreateToken() throws Exception {
131132
final String tokenName1 = ServiceAccountTokenTests.randomTokenName();
132133
execute("create", pathHomeParameter, "elastic/fleet", tokenName1);

0 commit comments

Comments
 (0)