Skip testVideoWithoutTitle because of a Travis error

This commit is contained in:
Pierre Rudloff 2017-08-21 20:38:33 +02:00
parent 43e2a51d93
commit 6337d2f936
1 changed files with 1 additions and 0 deletions

View File

@ -238,6 +238,7 @@ class FrontControllerTest extends \PHPUnit_Framework_TestCase
*/
public function testVideoWithoutTitle()
{
$this->markTestSkipped('This URL triggers a curl SSL error on Travis');
$this->assertRequestIsOk('video', ['url'=>'http://html5demos.com/video']);
}