Skip to content

Commit

Permalink
Skipped test in YamlTests for free test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Aug 7, 2023
1 parent 9b8d8a6 commit efe35a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion util/YamlTests.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,14 @@ class YamlTests
'Indices\SimulateIndexTemplate\_10_BasicTest::SimulateIndexTemplateWithIndexNotMatchingAnyTemplate' => 'Bool mismatch',
'Snapshot\Create\_10_BasicTest::CreateASnapshot' => 'Invalid snapshot name [test_snapshot]',
'Snapshot\Create\_10_BasicTest::CreateASnapshotAndCleanUpRepository' => 'Invalid snapshot name [test_snapshot]',
'Tsdb\_20_MappingTest::UnsupportedMetricTypePosition' => 'Fixed in Elasticsearch 8.9',
];

const SKIPPED_TEST_XPACK = [
'ApiKey\_10_BasicTest::TestGetApiKey' => 'Mismatch values',
'ApiKey\_20_QueryTest::TestQueryApiKey' => 'Mismatch values',
'DataStream\_80_Resolve_Index_Data_StreamsTest::*' => 'Skipped all tests',
'Health\_10_UsageTest::UsageStatsOnTheHealthAPI' => 'Undefined array key "green"',
'Health\_10_UsageTest::UsageStatsOnTheHealthAPI' => 'Undefined array key \"green\"',
'License\_20_Put_LicenseTest::*' => 'License issue',
'License\_30_Enterprise_LicenseTest::*' => 'Invalid license',
'Ml\_Jobs_CrudTest::TestPutJobWithModel_memory_limitAsStringAndLazyOpen' => 'Memory limit',
Expand Down

0 comments on commit efe35a5

Please sign in to comment.