fixup! ci(travis): Disable Twitter test on CI
This commit is contained in:
parent
f4654c7229
commit
ff95b93c20
1 changed files with 3 additions and 0 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue