Skip to content

Commit

Permalink
Temporarily disable test - waiting on fixed yaml parser
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Feb 27, 2014
1 parent ec4fa60 commit bb389c0
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 @@ -575,7 +575,8 @@ private function skipTest($path)
'indices.delete_mapping/all_path_options.yaml',
'indices.exists_type/10_basic.yaml',
'indices.get_mapping/10_basic.yaml',
'indices.create/10_basic.yaml'
'indices.create/10_basic.yaml',
'indices.get_alias/10_basic.yaml'
);

foreach ($skipList as $skip) {
Expand Down

0 comments on commit bb389c0

Please sign in to comment.