fixup! ci(travis): Disable Twitter test on CI

This commit is contained in:
Pierre Rudloff 2019-04-20 12:23:18 +02:00
parent f4654c7229
commit ff95b93c20

View file

@ -442,6 +442,9 @@ class FrontControllerTest extends TestCase
*/ */
public function testRedirectWithM3uStream() public function testRedirectWithM3uStream()
{ {
if (getenv('CI')) {
$this->markTestSkipped('Twitter returns a 429 error when the test is ran too many times.');
}
$this->config->stream = true; $this->config->stream = true;
$this->assertRequestIsOk( $this->assertRequestIsOk(
'redirect', 'redirect',