We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f5ce9 commit 4f2937dCopy full SHA for 4f2937d
util/YamlTests.php
@@ -36,7 +36,8 @@ class YamlTests
36
const ELASTICSEARCH_GIT_URL = 'https://github.com/elastic/elasticsearch/tree/%s/rest-api-spec/src/main/resources/rest-api-spec/test/%s';
37
38
const YAML_FILES_TO_OMIT = [
39
- 'platinum/eql/10_basic.yml'
+ 'platinum/eql/10_basic.yml',
40
+ 'free/cluster.desired_nodes/10_basic.yml', // use of _internal API
41
];
42
43
const SKIPPED_TEST_OSS = [
0 commit comments