We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac1b053 commit 2316d33Copy full SHA for 2316d33
tests/Elasticsearch/Tests/YamlRunnerTest.php
@@ -56,7 +56,8 @@ class YamlRunnerTest extends \PHPUnit_Framework_TestCase
56
private static $skippedTest = [
57
'cat.nodeattrs/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'
+ 'indices.shrink/10_basic.yaml' => 'Shrink tests seem to require multiple nodes',
60
+ 'indices.rollover/10_basic.yaml' => 'Rollover test seems buggy atm'
61
];
62
63
/** @var array A list of files to skip completely, due to fatal parsing errors */
0 commit comments