diff --git a/tests/Feature/PdfCreatorTest.php b/tests/Feature/PdfCreatorTest.php index 0dd2927ada35..0eba272e660a 100644 --- a/tests/Feature/PdfCreatorTest.php +++ b/tests/Feature/PdfCreatorTest.php @@ -35,6 +35,10 @@ class PdfCreatorTest extends TestCase $this->withoutMiddleware( ThrottleRequests::class ); + + if(config('ninja.testvars.travis')) + $this->markTestSkipped(); + } // public function testCreditPdfCreated()