Bladeren bron

Fix test bug, mute test (#124924)

Fixes a bug in the SystemResourceSnapshotIT class.
John Verwolf 7 maanden geleden
bovenliggende
commit
ea7af902b7

+ 1 - 0
server/src/internalClusterTest/java/org/elasticsearch/snapshots/SystemResourceSnapshotIT.java

@@ -955,6 +955,7 @@ public class SystemResourceSnapshotIT extends AbstractSnapshotIntegTestCase {
      * Ensures that if we can only capture a partial snapshot of a system data stream, then the feature state associated
      * with that data stream is not included in the snapshot, because it would not be safe to restore that feature state.
      */
+    @AwaitsFix(bugUrl = "ES-11251")
     public void testPartialSnapshotsOfSystemDataStreamRemovesFeatureState() throws Exception {
         final String partialIndexName = SystemDataStreamManyShardsTestPlugin.SYSTEM_DATASTREAM_NAME;
         final String fullIndexName = AnotherSystemDataStreamTestPlugin.SYSTEM_DATASTREAM_NAME;