Skip to content

Commit c6a4ebc

Browse files
committed
Removed _internal YAML tests
1 parent 81fa2f9 commit c6a4ebc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

util/YamlTests.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ 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+
=======
39+
const YAML_FILES_TO_OMIT = [
40+
'platinum/eql/10_basic.yml',
41+
'free/cluster.desired_nodes/10_basic.yml', // use of _internal API
42+
];
43+
44+
>>>>>>> 4f2937d8... Removed _internal YAML tests
3745
const SKIPPED_TEST_OSS = [
3846
'Cat\Nodeattrs\_10_BasicTest::TestCatNodesAttrsOutput' => 'Regexp error, it seems not compatible with PHP',
3947
'Cat\Shards\_10_BasicTest::TestCatShardsOutput' => 'Regexp error, it seems not compatible with PHP',

0 commit comments

Comments
 (0)