Skip to content

Commit 4f2937d

Browse files
committed
Removed _internal YAML tests
1 parent 04f5ce9 commit 4f2937d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

util/YamlTests.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ class YamlTests
3636
const ELASTICSEARCH_GIT_URL = 'https://github.com/elastic/elasticsearch/tree/%s/rest-api-spec/src/main/resources/rest-api-spec/test/%s';
3737

3838
const YAML_FILES_TO_OMIT = [
39-
'platinum/eql/10_basic.yml'
39+
'platinum/eql/10_basic.yml',
40+
'free/cluster.desired_nodes/10_basic.yml', // use of _internal API
4041
];
4142

4243
const SKIPPED_TEST_OSS = [

0 commit comments

Comments
 (0)