Skip to content

Commit 1f98266

Browse files
committed
Updated skip tests for free suite
1 parent 479f263 commit 1f98266

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

util/YamlTests.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ class YamlTests
3838
const SKIPPED_TEST_OSS = [
3939
'Cat\Nodeattrs\_10_BasicTest::TestCatNodesAttrsOutput' => 'Regexp error, it seems not compatible with PHP',
4040
'Cat\Shards\_10_BasicTest::TestCatShardsOutput' => 'Regexp error, it seems not compatible with PHP',
41-
'Indices\Create\_20_Mix_Typeless_TypefulTest::CreateATypedIndexWhileThereIsATypelessTemplate' => 'mismatch on warning header',
42-
'Search\Aggregation\_10_HistogramTest::HistogramProfiler' => "Error reading 'n' field from YAML"
41+
'Search\Aggregation\_10_HistogramTest::HistogramProfiler' => "Error reading 'n' field from YAML",
42+
'Indices\GetAlias\_10_BasicTest::GetAliasAgainstClosedIndices' => 'Failed asserting that true is false'
4343
];
4444

4545
const SKIPPED_TEST_XPACK = [

0 commit comments

Comments
 (0)