File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
qa/rolling-upgrade/src/javaRestTest/java/org/elasticsearch/upgrades Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 1212import com .carrotsearch .randomizedtesting .annotations .Name ;
1313
1414import org .apache .http .HttpHost ;
15- import org .apache .lucene .tests .util .LuceneTestCase .AwaitsFix ;
1615import org .elasticsearch .Build ;
1716import org .elasticsearch .action .fieldcaps .FieldCapabilitiesResponse ;
1817import org .elasticsearch .client .Request ;
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" )
4442public class FieldCapsIT extends AbstractRollingUpgradeTestCase {
4543
4644 public FieldCapsIT (@ Name ("upgradedNodes" ) int upgradedNodes ) {
You can’t perform that action at this time.
0 commit comments