From ff95b93c209b14a1b5825a6a0af776e779afe0fe Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sat, 20 Apr 2019 12:23:18 +0200 Subject: [PATCH] fixup! ci(travis): Disable Twitter test on CI --- tests/FrontControllerTest.php | 3 +++ 1 file changed, 3 insertions(+) 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',