Skip to content

Commit 86d04fc

Browse files
committed
Fix test bug, mute test
1 parent 21a019f commit 86d04fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/src/internalClusterTest/java/org/elasticsearch/snapshots/SystemResourceSnapshotIT.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,6 +951,7 @@ public void testPartialSnapshotsOfSystemIndexRemovesFeatureState() throws Except
951951
* Ensures that if we can only capture a partial snapshot of a system data stream, then the feature state associated
952952
* with that data stream is not included in the snapshot, because it would not be safe to restore that feature state.
953953
*/
954+
@AwaitsFix(bugUrl = "ES-11251")
954955
public void testPartialSnapshotsOfSystemDataStreamRemovesFeatureState() throws Exception {
955956
final String partialIndexName = SystemDataStreamManyShardsTestPlugin.SYSTEM_DATASTREAM_NAME;
956957
final String fullIndexName = AnotherSystemDataStreamTestPlugin.SYSTEM_DATASTREAM_NAME;
@@ -1197,7 +1198,7 @@ public Collection<SystemDataStreamDescriptor> getSystemDataStreamDescriptors() {
11971198

11981199
@Override
11991200
public String getFeatureName() {
1200-
return SystemDataStreamTestPlugin.class.getSimpleName();
1201+
return SystemDataStreamManyShardsTestPlugin.class.getSimpleName();
12011202
}
12021203

12031204
@Override

0 commit comments

Comments
 (0)