Skip to content

Commit

Permalink
[TEST] Add 'indices.shrink/10_basic.yaml' to temp blacklist
Browse files Browse the repository at this point in the history
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
  • Loading branch information
polyfractal committed Sep 16, 2016
1 parent 2f7b863 commit aa93f39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Elasticsearch/Tests/YamlRunnerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit aa93f39

Please sign in to comment.