Skip to content

Commit aa93f39

Browse files
committed
[TEST] Add 'indices.shrink/10_basic.yaml' to temp blacklist
The test seems to require multiple nodes running, as it can't allocate shards back to itself. Unclear if this is by-design, temporarily skipping until a definitive answer can be found
1 parent 2f7b863 commit aa93f39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Elasticsearch/Tests/YamlRunnerTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ class YamlRunnerTest extends \PHPUnit_Framework_TestCase
5555
/** @var array A list of skipped test with their reasons */
5656
private static $skippedTest = [
5757
'cat.nodeattrs/10_basic.yaml' => 'Using java regex fails in PHP',
58-
'cat.repositories/10_basic.yaml' => 'Using java regex fails in PHP'
58+
'cat.repositories/10_basic.yaml' => 'Using java regex fails in PHP',
59+
'indices.shrink/10_basic.yaml' => 'Shrink tests seem to require multiple nodes'
5960
];
6061

6162
/** @var array A list of files to skip completely, due to fatal parsing errors */

0 commit comments

Comments
 (0)