We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b7863 commit abd3f43Copy full SHA for abd3f43
util/YamlTests.php
@@ -34,14 +34,11 @@ class YamlTests
34
const TEMPLATE_FUNCTION_SKIPPED = __DIR__ . '/template/test/function-skipped';
35
const ELASTICSEARCH_GIT_URL = 'https://github.com/elastic/elasticsearch/tree/%s/rest-api-spec/src/main/resources/rest-api-spec/test/%s';
36
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
45
const SKIPPED_TEST_OSS = [
46
'Cat\Nodeattrs\_10_BasicTest::TestCatNodesAttrsOutput' => 'Regexp error, it seems not compatible with PHP',
47
'Cat\Shards\_10_BasicTest::TestCatShardsOutput' => 'Regexp error, it seems not compatible with PHP',
0 commit comments