We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 359743b commit ea7af90Copy full SHA for ea7af90
server/src/internalClusterTest/java/org/elasticsearch/snapshots/SystemResourceSnapshotIT.java
@@ -955,6 +955,7 @@ public void testPartialSnapshotsOfSystemIndexRemovesFeatureState() throws Except
955
* Ensures that if we can only capture a partial snapshot of a system data stream, then the feature state associated
956
* with that data stream is not included in the snapshot, because it would not be safe to restore that feature state.
957
*/
958
+ @AwaitsFix(bugUrl = "ES-11251")
959
public void testPartialSnapshotsOfSystemDataStreamRemovesFeatureState() throws Exception {
960
final String partialIndexName = SystemDataStreamManyShardsTestPlugin.SYSTEM_DATASTREAM_NAME;
961
final String fullIndexName = AnotherSystemDataStreamTestPlugin.SYSTEM_DATASTREAM_NAME;
0 commit comments