File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
test_elasticsearch/test_server Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ before_install:
2424 - java -version
2525
2626install :
27- - curl -L -o /tmp/es-snap.zip https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.0.0 .zip
27+ - curl -L -o /tmp/es-snap.zip https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.1.1 .zip
2828 - unzip /tmp/es-snap.zip -d /tmp/
2929 - /tmp/elasticsearch-*/bin/elasticsearch -E path.repo=/tmp -E repositories.url.allowed_urls='http://*' -E node.attr.testattr=test -d
3030 - git clone https://github.com/elastic/elasticsearch.git ../elasticsearch
Original file line number Diff line number Diff line change 4141 'TestClusterPutSettings10Basic' , 'TestIndex10WithId' ,
4242 'TestClusterPutScript10Basic' , 'TestIndicesPutMapping10Basic' ,
4343 'TestIndicesPutTemplate10Basic' , 'TestMsearch10Basic' ,
44- # skip these two till https://github.com/elastic/elasticsearch/pull/26905 has been merged
45- 'TestSearchAggregation190PercentilesHdrMetric ' ,
46- 'TestSearchAggregation180PercentilesTdigestMetric' ,
44+ # Skipping some broken integration tests:
45+ 'TestIndicesOpen10Basic' , 'TestClusterRemoteInfo10Info ' ,
46+ 'TestIndicesSplit10Basic' , 'TestIndicesSplit20SourceMapping'
4747 ))
4848
4949}
You can’t perform that action at this time.
0 commit comments