Merge pull request #709 from fxdgear/nick/fix_for_6.1.1
Skipping/Unskipping tests
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ before_install:
|
|||||||
- java -version
|
- java -version
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- curl -L -o /tmp/es-snap.zip https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.0.0.zip
|
- curl -L -o /tmp/es-snap.zip https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.1.1.zip
|
||||||
- unzip /tmp/es-snap.zip -d /tmp/
|
- unzip /tmp/es-snap.zip -d /tmp/
|
||||||
- /tmp/elasticsearch-*/bin/elasticsearch -E path.repo=/tmp -E repositories.url.allowed_urls='http://*' -E node.attr.testattr=test -d
|
- /tmp/elasticsearch-*/bin/elasticsearch -E path.repo=/tmp -E repositories.url.allowed_urls='http://*' -E node.attr.testattr=test -d
|
||||||
- git clone https://github.com/elastic/elasticsearch.git ../elasticsearch
|
- git clone https://github.com/elastic/elasticsearch.git ../elasticsearch
|
||||||
|
|||||||
@@ -41,9 +41,9 @@ SKIP_TESTS = {
|
|||||||
'TestClusterPutSettings10Basic', 'TestIndex10WithId',
|
'TestClusterPutSettings10Basic', 'TestIndex10WithId',
|
||||||
'TestClusterPutScript10Basic', 'TestIndicesPutMapping10Basic',
|
'TestClusterPutScript10Basic', 'TestIndicesPutMapping10Basic',
|
||||||
'TestIndicesPutTemplate10Basic', 'TestMsearch10Basic',
|
'TestIndicesPutTemplate10Basic', 'TestMsearch10Basic',
|
||||||
# skip these two till https://github.com/elastic/elasticsearch/pull/26905 has been merged
|
# Skipping some broken integration tests:
|
||||||
'TestSearchAggregation190PercentilesHdrMetric',
|
'TestIndicesOpen10Basic', 'TestClusterRemoteInfo10Info',
|
||||||
'TestSearchAggregation180PercentilesTdigestMetric',
|
'TestIndicesSplit10Basic', 'TestIndicesSplit20SourceMapping'
|
||||||
))
|
))
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user