Fixes for tests

This commit is contained in:
David Bomba 2024-05-30 07:05:07 +10:00
parent 4645e00b05
commit 3ae124a132
2 changed files with 5 additions and 0 deletions

View File

@ -41,6 +41,9 @@ class FatturaPATest extends TestCase
$this->makeTestData(); $this->makeTestData();
$this->markTestSkipped('prevent running in CI');
$this->withoutMiddleware( $this->withoutMiddleware(
ThrottleRequests::class ThrottleRequests::class
); );

View File

@ -76,6 +76,8 @@ class Fact1Test extends TestCase
{ {
parent::setUp(); parent::setUp();
$this->markTestSkipped('prevent running in CI');
$this->makeTestData(); $this->makeTestData();
} }