Skip to content

Commit

Permalink
[TEST] bad path in the skiplist
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Nov 24, 2014
1 parent 60759a4 commit b3eeae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Elasticsearch/Tests/YamlRunnerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ private function skipTest($path)
// Breaking changes in null alias
$skipList = array(
'indices.delete_alias/all_path_options.yaml',
'indices.put_alias/10_basic.yaml'
'indices.put_alias/all_path_options.yaml'
);

foreach ($skipList as $skip) {
Expand Down

0 comments on commit b3eeae5

Please sign in to comment.