Skip to content

Commit

Permalink
Removed _internal YAML tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Apr 19, 2022
1 parent 04f5ce9 commit 4f2937d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion util/YamlTests.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ class YamlTests
const ELASTICSEARCH_GIT_URL = 'https://github.com/elastic/elasticsearch/tree/%s/rest-api-spec/src/main/resources/rest-api-spec/test/%s';

const YAML_FILES_TO_OMIT = [
'platinum/eql/10_basic.yml'
'platinum/eql/10_basic.yml',
'free/cluster.desired_nodes/10_basic.yml', // use of _internal API
];

const SKIPPED_TEST_OSS = [
Expand Down

0 comments on commit 4f2937d

Please sign in to comment.