Skip to content

Commit ecb1790

Browse files
committed
Removed FieldCaps\_50_Fieldtype_FilterTest tests
1 parent 8f847c8 commit ecb1790

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
php-version: [7.4, 8.0, 8.1]
1313
os: [ubuntu-latest]
14-
es-version: [8.3-SNAPSHOT]
14+
es-version: [8.3.0-SNAPSHOT]
1515

1616
steps:
1717
- name: Checkout

util/YamlTests.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,13 @@ class YamlTests
4747
'Cat\Shards\_10_BasicTest::TestCatShardsOutput' => 'Regexp error, it seems not compatible with PHP',
4848
'Cat\Templates\_10_BasicTest::FilteredTemplates' => 'regex mismatch',
4949
'Cat\Templates\_10_BasicTest::SelectColumns' => 'regex mismatch',
50-
'Search\Aggregation\_10_HistogramTest::HistogramProfiler' => "Error reading 'n' field from YAML",
50+
'FieldCaps\_50_Fieldtype_FilterTest::*' => 'Bool mismatch',
5151
'Indices\GetAlias\_10_BasicTest::GetAliasAgainstClosedIndices' => 'Failed asserting that true is false',
5252
'Indices\GetIndexTemplate\_10_BasicTest::*' => 'Bool mismatch',
5353
'Indices\PutTemplate\_10_BasicTest::PutTemplateCreate' => 'index_template [test] already exists',
5454
'Indices\Refresh\_10_BasicTest::IndicesRefreshTestEmptyArray' => 'empty array?',
5555
'Indices\SimulateIndexTemplate\_10_BasicTest::SimulateIndexTemplateWithIndexNotMatchingAnyTemplate' => 'Bool mismatch',
56+
'Search\Aggregation\_10_HistogramTest::HistogramProfiler' => "Error reading 'n' field from YAML",
5657
'Snapshot\Create\_10_BasicTest::CreateASnapshot' => 'Invalid snapshot name [test_snapshot]',
5758
'Snapshot\Create\_10_BasicTest::CreateASnapshotAndCleanUpRepository' => 'Invalid snapshot name [test_snapshot]',
5859
];

0 commit comments

Comments
 (0)