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 5252import org .elasticsearch .search .aggregations .AggregationBuilders ;
5353import org .elasticsearch .test .ESIntegTestCase ;
5454import org .elasticsearch .test .InternalSettingsPlugin ;
55- import org .elasticsearch .test .junit .annotations .TestIssueLogging ;
5655import org .elasticsearch .xcontent .XContentBuilder ;
5756import org .elasticsearch .xcontent .XContentFactory ;
5857import org .elasticsearch .xcontent .XContentType ;
@@ -768,11 +767,7 @@ public void testFuzzyQueryString() {
768767 });
769768 }
770769
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 () {
776771 float boost = 10.0f ;
777772 assertAcked (prepareCreate ("test" ).setSettings (Settings .builder ().put (SETTING_NUMBER_OF_SHARDS , 1 )));
778773
You can’t perform that action at this time.
0 commit comments