Skip to content

Commit ca6b15b

Browse files
committed
[Tests] temporary disable meta plugin rest tests #28163
1 parent 5cac7ea commit ca6b15b

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

plugins/examples/meta-plugin/build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ integTestCluster {
5050
distribution = 'zip'
5151

5252
// Install the meta plugin before start.
53-
setupCommand 'installMetaPlugin',
54-
'bin/elasticsearch-plugin', 'install', 'file:' + buildZip.archivePath
53+
/**
54+
* NORELEASE Tests fail on windows, see https://github.com/elastic/elasticsearch/pull/28163
55+
*/
56+
//setupCommand 'installMetaPlugin',
57+
// 'bin/elasticsearch-plugin', 'install', 'file:' + buildZip.archivePath
5558
}
5659
check.dependsOn integTest

plugins/examples/meta-plugin/src/test/resources/rest-api-spec/test/smoke_test_plugins/10_basic.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
- do:
1111
nodes.info: {}
1212

13-
- match: { nodes.$master.plugins.0.name: dummy-plugin1 }
14-
- match: { nodes.$master.plugins.1.name: dummy-plugin2 }
13+
# NORELEASE Tests fail on windows, see https://github.com/elastic/elasticsearch/pull/28163
14+
# - match: { nodes.$master.plugins.0.name: dummy-plugin1 }
15+
# - match: { nodes.$master.plugins.1.name: dummy-plugin2 }

0 commit comments

Comments
 (0)