Skip to content

Commit 2d05a81

Browse files
authored
Unmute FieldCapsIT.testAllIndicesWithIndexFilter (#119182) (#119235)
This was muted a while ago due to index template BwC issues. These were addressed in #109166, so we should be able to unmute this test too.
1 parent dd88653 commit 2d05a81

File tree

1 file changed

+0
-2
lines changed
  • qa/rolling-upgrade/src/javaRestTest/java/org/elasticsearch/upgrades

1 file changed

+0
-2
lines changed

qa/rolling-upgrade/src/javaRestTest/java/org/elasticsearch/upgrades/FieldCapsIT.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
import com.carrotsearch.randomizedtesting.annotations.Name;
1313

1414
import org.apache.http.HttpHost;
15-
import org.apache.lucene.tests.util.LuceneTestCase.AwaitsFix;
1615
import org.elasticsearch.Build;
1716
import org.elasticsearch.action.fieldcaps.FieldCapabilitiesResponse;
1817
import org.elasticsearch.client.Request;
@@ -40,7 +39,6 @@
4039
* In 8.2 we also added the ability to filter fields by type and metadata, with some post-hoc filtering applied on
4140
* the co-ordinating node if older nodes were included in the system
4241
*/
43-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/103473")
4442
public class FieldCapsIT extends AbstractRollingUpgradeTestCase {
4543

4644
public FieldCapsIT(@Name("upgradedNodes") int upgradedNodes) {

0 commit comments

Comments
 (0)