Browse Source

Mute FileSettingsServiceTests#testInitialFileWorks (#95493)

relates https://github.com/elastic/elasticsearch/issues/95436
Ignacio Vera 2 years ago
parent
commit
18f15fe8a7

+ 1 - 0
server/src/test/java/org/elasticsearch/reservedstate/service/FileSettingsServiceTests.java

@@ -165,6 +165,7 @@ public class FileSettingsServiceTests extends ESTestCase {
     }
 
     @SuppressWarnings("unchecked")
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/95436")
     public void testInitialFileWorks() throws Exception {
         ReservedClusterStateService stateService = mock(ReservedClusterStateService.class);