Skip to content

Commit

Permalink
Unmute FieldCapsIT.testAllIndicesWithIndexFilter (#119182)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nielsbauman authored Dec 23, 2024
1 parent 81772c3 commit 21fe5a9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import com.carrotsearch.randomizedtesting.annotations.Name;

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

public FieldCapsIT(@Name("upgradedNodes") int upgradedNodes) {
Expand Down

0 comments on commit 21fe5a9

Please sign in to comment.