From aa93f3907edf1bed106be2462ac52f5f8f80b64d Mon Sep 17 00:00:00 2001 From: Zachary Tong Date: Fri, 16 Sep 2016 12:03:08 -0400 Subject: [PATCH] [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 --- tests/Elasticsearch/Tests/YamlRunnerTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Elasticsearch/Tests/YamlRunnerTest.php b/tests/Elasticsearch/Tests/YamlRunnerTest.php index 19d2a9e5b..900047e29 100644 --- a/tests/Elasticsearch/Tests/YamlRunnerTest.php +++ b/tests/Elasticsearch/Tests/YamlRunnerTest.php @@ -55,7 +55,8 @@ class YamlRunnerTest extends \PHPUnit_Framework_TestCase /** @var array A list of skipped test with their reasons */ private static $skippedTest = [ 'cat.nodeattrs/10_basic.yaml' => 'Using java regex fails in PHP', - 'cat.repositories/10_basic.yaml' => 'Using java regex fails in PHP' + 'cat.repositories/10_basic.yaml' => 'Using java regex fails in PHP', + 'indices.shrink/10_basic.yaml' => 'Shrink tests seem to require multiple nodes' ]; /** @var array A list of files to skip completely, due to fatal parsing errors */