Skip to content

Commit 874875a

Browse files
committed
Skipped nodes.reload_secure_settings/10_basic.yml test due to malformed YAML error
1 parent 85f3dca commit 874875a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Elasticsearch/Tests/YamlRunnerTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ class YamlRunnerTest extends \PHPUnit\Framework\TestCase
9898
private static $fatalFiles = [
9999
'search/110_field_collapsing.yml' => 'Temporary: parse error, malformed inline yaml',
100100
'search/190_index_prefix_search.yml' => 'bad yaml array syntax',
101-
'search.aggregation/230_composite.yml' => 'bad yaml array syntax'
101+
'search.aggregation/230_composite.yml' => 'bad yaml array syntax',
102+
'nodes.reload_secure_settings/10_basic.yml' => 'Malformed inline YAML string'
102103
];
103104

104105
/**

0 commit comments

Comments
 (0)