Skip to content

Commit 9cc3836

Browse files
committed
Removed internal and failing YAML tests on Fieldtype
1 parent c75d7ff commit 9cc3836

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

util/YamlTests.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,24 @@ class YamlTests
3838
const YAML_FILES_TO_OMIT = [
3939
'platinum/eql/10_basic.yml',
4040
'free/cluster.desired_nodes/10_basic.yml', // use of _internal API
41+
'free/health/10_basic.yml' // use of _internal API
4142
];
4243

4344
const SKIPPED_TEST_OSS = [
4445
'Cat\Nodeattrs\_10_BasicTest::TestCatNodesAttrsOutput' => 'Regexp error, it seems not compatible with PHP',
4546
'Cat\Shards\_10_BasicTest::TestCatShardsOutput' => 'Regexp error, it seems not compatible with PHP',
4647
'Cat\Templates\_10_BasicTest::FilteredTemplates' => 'regex mismatch',
4748
'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',
4953
'Indices\GetAlias\_10_BasicTest::GetAliasAgainstClosedIndices' => 'Failed asserting that true is false',
5054
'Indices\GetIndexTemplate\_10_BasicTest::*' => 'Bool mismatch',
5155
'Indices\PutTemplate\_10_BasicTest::PutTemplateCreate' => 'index_template [test] already exists',
5256
'Indices\Refresh\_10_BasicTest::IndicesRefreshTestEmptyArray' => 'empty array?',
5357
'Indices\SimulateIndexTemplate\_10_BasicTest::SimulateIndexTemplateWithIndexNotMatchingAnyTemplate' => 'Bool mismatch',
58+
'Search\Aggregation\_10_HistogramTest::HistogramProfiler' => "Error reading 'n' field from YAML",
5459
'Snapshot\Create\_10_BasicTest::CreateASnapshot' => 'Invalid snapshot name [test_snapshot]',
5560
'Snapshot\Create\_10_BasicTest::CreateASnapshotAndCleanUpRepository' => 'Invalid snapshot name [test_snapshot]',
5661
];

0 commit comments

Comments
 (0)