test(phpunit): Disable RTMP tests because the video we used is not available anymore
This commit is contained in:
parent
e90b9e3439
commit
62b353046f
2 changed files with 4 additions and 4 deletions
|
@ -451,6 +451,8 @@ class FrontControllerTest extends TestCase
|
|||
*/
|
||||
public function testRedirectWithRtmpStream()
|
||||
{
|
||||
$this->markTestIncomplete('We need to find another RTMP video.');
|
||||
|
||||
$this->config->stream = true;
|
||||
$this->assertRequestIsOk(
|
||||
'redirect',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue