diff --git a/tests/Integration/DownloadHistoricalInvoiceTest.php b/tests/Integration/DownloadHistoricalInvoiceTest.php index ff2370c643d3..f9d0d22e6ef8 100644 --- a/tests/Integration/DownloadHistoricalInvoiceTest.php +++ b/tests/Integration/DownloadHistoricalInvoiceTest.php @@ -32,6 +32,10 @@ class DownloadHistoricalInvoiceTest extends TestCase parent::setUp(); $this->makeTestData(); + + if (config('ninja.testvars.travis') !== false) { + $this->markTestSkipped('Skip test for Travis'); + } } private function mockActivity()