File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
server/src/internalClusterTest/java/org/elasticsearch/search/query Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 52
52
import org .elasticsearch .search .aggregations .AggregationBuilders ;
53
53
import org .elasticsearch .test .ESIntegTestCase ;
54
54
import org .elasticsearch .test .InternalSettingsPlugin ;
55
- import org .elasticsearch .test .junit .annotations .TestIssueLogging ;
56
55
import org .elasticsearch .xcontent .XContentBuilder ;
57
56
import org .elasticsearch .xcontent .XContentFactory ;
58
57
import org .elasticsearch .xcontent .XContentType ;
@@ -768,11 +767,7 @@ public void testFuzzyQueryString() {
768
767
});
769
768
}
770
769
771
- @ TestIssueLogging (
772
- value = "org.elasticsearch.search.query.SearchQueryIT:DEBUG" ,
773
- issueUrl = "https://github.com/elastic/elasticsearch/issues/43144"
774
- )
775
- public void testQuotedQueryStringWithBoost () throws InterruptedException {
770
+ public void testQuotedQueryStringWithBoost () {
776
771
float boost = 10.0f ;
777
772
assertAcked (prepareCreate ("test" ).setSettings (Settings .builder ().put (SETTING_NUMBER_OF_SHARDS , 1 )));
778
773
You can’t perform that action at this time.
0 commit comments