mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
ignore PDF geneation in github actions
This commit is contained in:
parent
53b522ea5d
commit
2e7eff0759
@ -35,6 +35,10 @@ class PdfCreatorTest extends TestCase
|
|||||||
$this->withoutMiddleware(
|
$this->withoutMiddleware(
|
||||||
ThrottleRequests::class
|
ThrottleRequests::class
|
||||||
);
|
);
|
||||||
|
|
||||||
|
if(config('ninja.testvars.travis'))
|
||||||
|
$this->markTestSkipped();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// public function testCreditPdfCreated()
|
// public function testCreditPdfCreated()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user