diff --git a/tests/FrontControllerTest.php b/tests/FrontControllerTest.php index 40e8d2e..4962c7f 100644 --- a/tests/FrontControllerTest.php +++ b/tests/FrontControllerTest.php @@ -260,17 +260,6 @@ class FrontControllerTest extends TestCase $this->assertRequestIsOk('video', ['url' => 'https://www.youtube.com/watch?v=M7IpKCZ47pU']); } - /** - * Test the video() function with a video that does not have a title. - * - * @return void - */ - public function testVideoWithoutTitle() - { - $this->markTestSkipped('This URL triggers a curl SSL error on Travis'); - $this->assertRequestIsOk('video', ['url' => 'http://html5demos.com/video']); - } - /** * Test the video() function with audio conversion. *