Remove qb tests

This commit is contained in:
David Bomba 2025-08-15 08:33:03 +10:00
parent 839786acc0
commit 4a13b5b5cc
1 changed files with 7 additions and 6 deletions

View File

@ -41,13 +41,14 @@ class QuickbooksTest extends TestCase
{
parent::setUp();
if (config('ninja.testvars.travis') !== false) {
$this->markTestSkipped('Skip test for GH Actions');
}
elseif(Company::whereNotNull('quickbooks')->count() == 0){
$this->markTestSkipped('No need to run this test on Travis');
}
// if (config('ninja.testvars.travis') !== false) {
// $this->markTestSkipped('Skip test for GH Actions');
// }
// elseif(Company::whereNotNull('quickbooks')->count() == 0){
// $this->markTestSkipped('No need to run this test on Travis');
// }
$this->faker = \Faker\Factory::create();
}