Fixes for tests
This commit is contained in:
parent
68d56e92cb
commit
db68bfe4d0
1 changed files with 5 additions and 0 deletions
|
|
@ -56,6 +56,11 @@ class BankTransactionTest extends TestCase
|
|||
|
||||
public function testMatchBankTransactionValidationShouldPass()
|
||||
{
|
||||
|
||||
if (config('ninja.testvars.travis') !== false) {
|
||||
$this->markTestSkipped('Skip test for Github Actions');
|
||||
}
|
||||
|
||||
$data = [];
|
||||
|
||||
$bi = BankIntegrationFactory::create($this->company->id, $this->user->id, $this->account->id);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue