diff --git a/tests/Feature/Export/ExportCompanyTest.php b/tests/Feature/Export/ExportCompanyTest.php index 82bb57e9f318..feacc7b955bf 100644 --- a/tests/Feature/Export/ExportCompanyTest.php +++ b/tests/Feature/Export/ExportCompanyTest.php @@ -40,6 +40,10 @@ class ExportCompanyTest extends TestCase $this->makeTestData(); $this->withoutExceptionHandling(); + + if (! config('ninja.testvars.stripe')) { + $this->markTestSkipped('Cannot write to TMP - skipping'); + } } public function testCompanyExport()