File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
client/rest-high-level/src/test/java/org/elasticsearch/client Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 2121
2222import org .apache .http .client .methods .HttpGet ;
2323import org .elasticsearch .action .main .MainResponse ;
24+ import org .elasticsearch .client .license .LicenseStatus ;
2425import org .elasticsearch .client .xpack .XPackInfoRequest ;
2526import org .elasticsearch .client .xpack .XPackInfoResponse ;
2627import org .elasticsearch .client .xpack .XPackInfoResponse .FeatureSetsInfo .FeatureSet ;
27- import org .elasticsearch .client .license .LicenseStatus ;
2828
2929import java .io .IOException ;
3030import java .util .EnumSet ;
@@ -56,7 +56,6 @@ public void testInfo() throws IOException {
5656 assertEquals (versionMap .get ("lucene_version" ), info .getVersion ().luceneVersion .toString ());
5757 }
5858
59- @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/34386" )
6059 public void testXPackInfo () throws IOException {
6160 XPackInfoRequest request = new XPackInfoRequest ();
6261 request .setCategories (EnumSet .allOf (XPackInfoRequest .Category .class ));
You can’t perform that action at this time.
0 commit comments