diff --git a/tests/FrontControllerTest.php b/tests/FrontControllerTest.php index ee4490c..a7a9c21 100644 --- a/tests/FrontControllerTest.php +++ b/tests/FrontControllerTest.php @@ -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',