Skip to content

Commit d857ae1

Browse files
committed
[TEST] Temporarily blacklist some yaml tests that aren't parsing
1 parent 02adc14 commit d857ae1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Elasticsearch/Tests/YamlRunnerTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ class YamlRunnerTest extends \PHPUnit_Framework_TestCase
6464
private static $skippedFiles = [
6565
'indices.create/10_basic.yaml' => 'Temporary: Yaml parser doesnt support "inline" empty keys',
6666
'indices.put_mapping/10_basic.yaml' => 'Temporary: Yaml parser doesnt support "inline" empty keys',
67+
'search/110_field_collapsing.yaml' => 'Temporary: parse error, malformed inline yaml',
68+
'cat.nodes/10_basic.yaml' => 'Temporary: parse error, something about $body: |'
6769
];
6870

6971
/**

0 commit comments

Comments
 (0)