mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Skip history test
This commit is contained in:
parent
e67fea2c33
commit
84feb72e9e
@ -32,6 +32,10 @@ class DownloadHistoricalInvoiceTest extends TestCase
|
|||||||
parent::setUp();
|
parent::setUp();
|
||||||
|
|
||||||
$this->makeTestData();
|
$this->makeTestData();
|
||||||
|
|
||||||
|
if (config('ninja.testvars.travis') !== false) {
|
||||||
|
$this->markTestSkipped('Skip test for Travis');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private function mockActivity()
|
private function mockActivity()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user