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 5867351 commit 0feba2fCopy full SHA for 0feba2f
util/YamlTests.php
@@ -36,6 +36,7 @@ class YamlTests
36
const ELASTICSEARCH_GIT_URL = 'https://github.com/elastic/elasticsearch/tree/%s/rest-api-spec/src/main/resources/rest-api-spec/test/%s';
37
38
const SKIPPED_TEST_OSS = [
39
+ 'Cat\Allocation\_10_BasicTest::*' => 'Regexp error, it seems not compatible with PHP',
40
'Cat\Nodeattrs\_10_BasicTest::TestCatNodesAttrsOutput' => 'Regexp error, it seems not compatible with PHP',
41
'Cat\Shards\_10_BasicTest::TestCatShardsOutput' => 'Regexp error, it seems not compatible with PHP',
42
'Indices\Create\_20_Mix_Typeless_TypefulTest::CreateATypedIndexWhileThereIsATypelessTemplate' => 'mismatch on warning header',
0 commit comments