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:
24
24
- java -version
25
25
26
26
install :
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
28
28
- unzip /tmp/es-snap.zip -d /tmp/
29
29
- /tmp/elasticsearch-*/bin/elasticsearch -E path.repo=/tmp -E repositories.url.allowed_urls='http://*' -E node.attr.testattr=test -d
30
30
- git clone https://github.com/elastic/elasticsearch.git ../elasticsearch
Original file line number Diff line number Diff line change 41
41
'TestClusterPutSettings10Basic' , 'TestIndex10WithId' ,
42
42
'TestClusterPutScript10Basic' , 'TestIndicesPutMapping10Basic' ,
43
43
'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'
47
47
))
48
48
49
49
}
You can’t perform that action at this time.
0 commit comments