Skip to content

Commit abd3f43

Browse files
committed
Updated YamlTests removing _internal API
1 parent c2b7863 commit abd3f43

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

util/YamlTests.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,11 @@ class YamlTests
3434
const TEMPLATE_FUNCTION_SKIPPED = __DIR__ . '/template/test/function-skipped';
3535
const ELASTICSEARCH_GIT_URL = 'https://github.com/elastic/elasticsearch/tree/%s/rest-api-spec/src/main/resources/rest-api-spec/test/%s';
3636

37-
<<<<<<< HEAD
38-
=======
3937
const YAML_FILES_TO_OMIT = [
4038
'platinum/eql/10_basic.yml',
4139
'free/cluster.desired_nodes/10_basic.yml', // use of _internal API
4240
];
4341

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

0 commit comments

Comments
 (0)