Skip to content

Commit

Permalink
[TEST] Skip cat.aliases/20_headers.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mhujer committed Aug 11, 2017
1 parent 98c2646 commit c83ca74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Elasticsearch/Tests/YamlRunnerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ class YamlRunnerTest extends \PHPUnit_Framework_TestCase

/** @var array A list of skipped test with their reasons */
private static $skippedTest = [
'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 c83ca74

Please sign in to comment.