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 02adc14 commit d857ae1Copy full SHA for d857ae1
tests/Elasticsearch/Tests/YamlRunnerTest.php
@@ -64,6 +64,8 @@ class YamlRunnerTest extends \PHPUnit_Framework_TestCase
64
private static $skippedFiles = [
65
'indices.create/10_basic.yaml' => 'Temporary: Yaml parser doesnt support "inline" empty keys',
66
'indices.put_mapping/10_basic.yaml' => 'Temporary: Yaml parser doesnt support "inline" empty keys',
67
+ 'search/110_field_collapsing.yaml' => 'Temporary: parse error, malformed inline yaml',
68
+ 'cat.nodes/10_basic.yaml' => 'Temporary: parse error, something about $body: |'
69
];
70
71
/**
0 commit comments