@@ -38,19 +38,24 @@ class YamlTests
38
38
const YAML_FILES_TO_OMIT = [
39
39
'platinum/eql/10_basic.yml ' ,
40
40
'free/cluster.desired_nodes/10_basic.yml ' , // use of _internal API
41
+ 'free/health/10_basic.yml ' // use of _internal API
41
42
];
42
43
43
44
const SKIPPED_TEST_OSS = [
44
45
'Cat\Nodeattrs\_10_BasicTest::TestCatNodesAttrsOutput ' => 'Regexp error, it seems not compatible with PHP ' ,
45
46
'Cat\Shards\_10_BasicTest::TestCatShardsOutput ' => 'Regexp error, it seems not compatible with PHP ' ,
46
47
'Cat\Templates\_10_BasicTest::FilteredTemplates ' => 'regex mismatch ' ,
47
48
'Cat\Templates\_10_BasicTest::SelectColumns ' => 'regex mismatch ' ,
48
- 'Search\Aggregation\_10_HistogramTest::HistogramProfiler ' => "Error reading 'n' field from YAML " ,
49
+ 'FieldCaps\_50_Fieldtype_FilterTest::NoFiltersIncludesAllTheFollowingFields ' => 'Bool mismatch ' ,
50
+ 'FieldCaps\_50_Fieldtype_FilterTest::ExcludeParentObjects ' => 'Bool mismatch ' ,
51
+ 'FieldCaps\_50_Fieldtype_FilterTest::ExcludeMultifields ' => 'Bool mismatch ' ,
52
+ 'FieldCaps\_50_Fieldtype_FilterTest::ExcludeMultifieldsButIncludeRuntimeFields ' => 'Bool mismatch ' ,
49
53
'Indices\GetAlias\_10_BasicTest::GetAliasAgainstClosedIndices ' => 'Failed asserting that true is false ' ,
50
54
'Indices\GetIndexTemplate\_10_BasicTest::* ' => 'Bool mismatch ' ,
51
55
'Indices\PutTemplate\_10_BasicTest::PutTemplateCreate ' => 'index_template [test] already exists ' ,
52
56
'Indices\Refresh\_10_BasicTest::IndicesRefreshTestEmptyArray ' => 'empty array? ' ,
53
57
'Indices\SimulateIndexTemplate\_10_BasicTest::SimulateIndexTemplateWithIndexNotMatchingAnyTemplate ' => 'Bool mismatch ' ,
58
+ 'Search\Aggregation\_10_HistogramTest::HistogramProfiler ' => "Error reading 'n' field from YAML " ,
54
59
'Snapshot\Create\_10_BasicTest::CreateASnapshot ' => 'Invalid snapshot name [test_snapshot] ' ,
55
60
'Snapshot\Create\_10_BasicTest::CreateASnapshotAndCleanUpRepository ' => 'Invalid snapshot name [test_snapshot] ' ,
56
61
];
0 commit comments