Skip to content

Commit

Permalink
[TEST] Client does not support accepting Yaml format responses
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Aug 23, 2017
1 parent 5cb85b9 commit fc9a9f9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/Elasticsearch/Tests/YamlRunnerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class YamlRunnerTest extends \PHPUnit_Framework_TestCase

/** @var array A list of supported features */
private static $supportedFeatures = [
'stash_in_path', 'warnings', 'headers', 'yaml'
'stash_in_path', 'warnings', 'headers'
];

/** @var array A mapping for endpoint when there is a reserved keywords for the method / namespace name */
Expand All @@ -60,8 +60,6 @@ class YamlRunnerTest extends \PHPUnit_Framework_TestCase

/** @var array A list of skipped test with their reasons */
private static $skippedFiles = [
'cat.aliases/20_headers.yml' => 'Using java regex fails in PHP',
'cat.aliases/20_headers.yaml' => 'Using java regex fails in PHP',

'cat.nodeattrs/10_basic.yml' => 'Using java regex fails in PHP',
'cat.nodeattrs/10_basic.yaml' => 'Using java regex fails in PHP',
Expand Down

0 comments on commit fc9a9f9

Please sign in to comment.