Browse Source

[Test Mute] AwaitsFix #89764

Relates: #89566
Yang Wang 3 years ago
parent
commit
936cde0fe5

+ 1 - 0
x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/profile/ProfileServiceTests.java

@@ -908,6 +908,7 @@ public class ProfileServiceTests extends ESTestCase {
         verify(service, never()).doUpdate(any(), anyActionListener());
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/89764")
     public void testActivateWhenShouldSkipUpdateForActivateReturnsFalseFirst() throws IOException {
         final ProfileService service = spy(profileService);
         doAnswer(