File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
tests/Elasticsearch/Tests Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -86,11 +86,16 @@ class YamlRunnerTest extends \PHPUnit\Framework\TestCase
86
86
87
87
'search/110_field_collapsing.yml ' => 'Temporary: parse error, malformed inline yaml ' ,
88
88
'search/110_field_collapsing.yaml ' => 'Temporary: parse error, malformed inline yaml ' ,
89
+ 'range/10_basic.yml ' => 'Temporary: parse error, malformed inline yaml ' ,
89
90
90
91
'cat.nodes/10_basic.yml ' => 'Temporary: parse error, something about $body: | ' ,
91
92
'cat.nodes/10_basic.yaml ' => 'Temporary: parse error, something about $body: | ' ,
92
93
'search.aggregation/180_percentiles_tdigest_metric.yml ' => 'array of objects, unclear how to fix ' ,
93
- 'search.aggregation/190_percentiles_hdr_metric.yml ' => 'array of objects, unclear how to fix '
94
+ 'search.aggregation/190_percentiles_hdr_metric.yml ' => 'array of objects, unclear how to fix ' ,
95
+ 'search/190_index_prefix_search.yml ' => 'bad yaml array syntax ' ,
96
+ 'search.aggregation/230_composite.yml ' => 'bad yaml array syntax ' ,
97
+ 'search/30_limits.yml ' => 'bad regex '
98
+
94
99
];
95
100
96
101
/**
You can’t perform that action at this time.
0 commit comments