diff --git a/tests/Feature/EInvoice/FatturaPATest.php b/tests/Feature/EInvoice/FatturaPATest.php index 739c90217179..1d70d00d73fc 100644 --- a/tests/Feature/EInvoice/FatturaPATest.php +++ b/tests/Feature/EInvoice/FatturaPATest.php @@ -41,6 +41,9 @@ class FatturaPATest extends TestCase $this->makeTestData(); + + $this->markTestSkipped('prevent running in CI'); + $this->withoutMiddleware( ThrottleRequests::class ); diff --git a/tests/Integration/Einvoice/Fact1Test.php b/tests/Integration/Einvoice/Fact1Test.php index b38f9563f426..0cc647941476 100644 --- a/tests/Integration/Einvoice/Fact1Test.php +++ b/tests/Integration/Einvoice/Fact1Test.php @@ -76,6 +76,8 @@ class Fact1Test extends TestCase { parent::setUp(); + $this->markTestSkipped('prevent running in CI'); + $this->makeTestData(); }