Skip to content

Commit e0642be

Browse files
committed
Skipped test in YamlTests for free test suite
1 parent 35fd1a1 commit e0642be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

util/YamlTests.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,14 @@ class YamlTests
5858
'Indices\SimulateIndexTemplate\_10_BasicTest::SimulateIndexTemplateWithIndexNotMatchingAnyTemplate' => 'Bool mismatch',
5959
'Snapshot\Create\_10_BasicTest::CreateASnapshot' => 'Invalid snapshot name [test_snapshot]',
6060
'Snapshot\Create\_10_BasicTest::CreateASnapshotAndCleanUpRepository' => 'Invalid snapshot name [test_snapshot]',
61+
'Tsdb\_20_MappingTest::UnsupportedMetricTypePosition' => 'Fixed in Elasticsearch 8.9',
6162
];
6263

6364
const SKIPPED_TEST_XPACK = [
6465
'ApiKey\_10_BasicTest::TestGetApiKey' => 'Mismatch values',
6566
'ApiKey\_20_QueryTest::TestQueryApiKey' => 'Mismatch values',
6667
'DataStream\_80_Resolve_Index_Data_StreamsTest::*' => 'Skipped all tests',
67-
'Health\_10_UsageTest::UsageStatsOnTheHealthAPI' => 'Undefined array key "green"',
68+
'Health\_10_UsageTest::UsageStatsOnTheHealthAPI' => 'Undefined array key \"green\"',
6869
'License\_20_Put_LicenseTest::*' => 'License issue',
6970
'License\_30_Enterprise_LicenseTest::*' => 'Invalid license',
7071
'Ml\_Jobs_CrudTest::TestPutJobWithModel_memory_limitAsStringAndLazyOpen' => 'Memory limit',

0 commit comments

Comments
 (0)