File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
server/src/internalClusterTest/java/org/elasticsearch/snapshots Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -955,6 +955,7 @@ public void testPartialSnapshotsOfSystemIndexRemovesFeatureState() throws Except
955955 * Ensures that if we can only capture a partial snapshot of a system data stream, then the feature state associated
956956 * with that data stream is not included in the snapshot, because it would not be safe to restore that feature state.
957957 */
958+ @ AwaitsFix (bugUrl = "ES-11251" )
958959 public void testPartialSnapshotsOfSystemDataStreamRemovesFeatureState () throws Exception {
959960 final String partialIndexName = SystemDataStreamManyShardsTestPlugin .SYSTEM_DATASTREAM_NAME ;
960961 final String fullIndexName = AnotherSystemDataStreamTestPlugin .SYSTEM_DATASTREAM_NAME ;
You can’t perform that action at this time.
0 commit comments