Skip to content

Commit 4b71489

Browse files
committed
Mute SecurityInfoTransportActionTests.testUsage
1 parent 734b2cd commit 4b71489

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/SecurityInfoTransportActionTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ public void testEnabled() {
9797
}
9898

9999
@SuppressWarnings("rawtypes")
100+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/94568")
100101
public void testUsage() throws Exception {
101102
final boolean explicitlyDisabled = randomBoolean();
102103
final boolean enabled = explicitlyDisabled == false;

0 commit comments

Comments
 (0)