Skip to content

Commit

Permalink
Updated YamlTests removing _internal API
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Apr 19, 2022
1 parent c2b7863 commit abd3f43
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions util/YamlTests.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,11 @@ class YamlTests
const TEMPLATE_FUNCTION_SKIPPED = __DIR__ . '/template/test/function-skipped';
const ELASTICSEARCH_GIT_URL = 'https://github.com/elastic/elasticsearch/tree/%s/rest-api-spec/src/main/resources/rest-api-spec/test/%s';

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

>>>>>>> 4f2937d8... Removed _internal YAML tests
const SKIPPED_TEST_OSS = [
'Cat\Nodeattrs\_10_BasicTest::TestCatNodesAttrsOutput' => 'Regexp error, it seems not compatible with PHP',
'Cat\Shards\_10_BasicTest::TestCatShardsOutput' => 'Regexp error, it seems not compatible with PHP',
Expand Down

0 comments on commit abd3f43

Please sign in to comment.