[Tests] temporary disable meta plugin rest tests #28163
This commit is contained in:
parent
5cac7eac2b
commit
ca6b15bf7c
|
@ -50,7 +50,10 @@ integTestCluster {
|
||||||
distribution = 'zip'
|
distribution = 'zip'
|
||||||
|
|
||||||
// Install the meta plugin before start.
|
// Install the meta plugin before start.
|
||||||
setupCommand 'installMetaPlugin',
|
/**
|
||||||
'bin/elasticsearch-plugin', 'install', 'file:' + buildZip.archivePath
|
* NORELEASE Tests fail on windows, see https://github.com/elastic/elasticsearch/pull/28163
|
||||||
|
*/
|
||||||
|
//setupCommand 'installMetaPlugin',
|
||||||
|
// 'bin/elasticsearch-plugin', 'install', 'file:' + buildZip.archivePath
|
||||||
}
|
}
|
||||||
check.dependsOn integTest
|
check.dependsOn integTest
|
||||||
|
|
|
@ -10,5 +10,6 @@
|
||||||
- do:
|
- do:
|
||||||
nodes.info: {}
|
nodes.info: {}
|
||||||
|
|
||||||
- match: { nodes.$master.plugins.0.name: dummy-plugin1 }
|
# NORELEASE Tests fail on windows, see https://github.com/elastic/elasticsearch/pull/28163
|
||||||
- match: { nodes.$master.plugins.1.name: dummy-plugin2 }
|
# - match: { nodes.$master.plugins.0.name: dummy-plugin1 }
|
||||||
|
# - match: { nodes.$master.plugins.1.name: dummy-plugin2 }
|
||||||
|
|
Loading…
Reference in New Issue