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
1 changed files with 3 additions and 0 deletions

View File

@ -442,6 +442,9 @@ class FrontControllerTest extends TestCase
*/
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->assertRequestIsOk(
'redirect',