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 85f3dca commit 874875aCopy full SHA for 874875a
tests/Elasticsearch/Tests/YamlRunnerTest.php
@@ -98,7 +98,8 @@ class YamlRunnerTest extends \PHPUnit\Framework\TestCase
98
private static $fatalFiles = [
99
'search/110_field_collapsing.yml' => 'Temporary: parse error, malformed inline yaml',
100
'search/190_index_prefix_search.yml' => 'bad yaml array syntax',
101
- 'search.aggregation/230_composite.yml' => 'bad yaml array syntax'
+ 'search.aggregation/230_composite.yml' => 'bad yaml array syntax',
102
+ 'nodes.reload_secure_settings/10_basic.yml' => 'Malformed inline YAML string'
103
];
104
105
/**
0 commit comments