You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/data-streams/src/internalClusterTest/java/org/elasticsearch/datastreams/DataStreamsSnapshotsIT.java
+2-12Lines changed: 2 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1137,11 +1137,8 @@ public void testPartialRestoreSnapshotThatIncludesDataStream() {
1137
1137
1138
1138
/**
1139
1139
* This test is a copy of the {@link #testPartialRestoreSnapshotThatIncludesDataStream()} the only difference
1140
-
* is that one include the global state and one doesn't. In general this shouldn't matter that's why it used to be
1141
-
* a random parameter of the test, but because of #107515 it fails when we include the global state. Keep them
1142
-
* separate until this is fixed.
1140
+
* is that one include the global state and one doesn't.
0 commit comments