Skip to content

Commit

Permalink
[TEST] Update yaml runner with supported feature
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Jan 13, 2015
1 parent 87f3fd9 commit 744b464
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 @@ -504,7 +504,7 @@ private function executeTestCase($test, $testFile)
}
} else if (isset($settings['features']) === true) {
$feature = $settings['features'];
$whitelist = array();
$whitelist = array('gtelte');

if (array_search($feature, $whitelist) === false) {
echo "Unsupported optional feature: $feature\n";
Expand Down

0 comments on commit 744b464

Please sign in to comment.