mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-12 14:12:44 +01:00
Fixes for inventory management
This commit is contained in:
parent
00184ffb51
commit
69a429018b
@ -37,6 +37,10 @@ class InventoryManagementTest extends TestCase
|
||||
$this->withoutMiddleware(
|
||||
ThrottleRequests::class
|
||||
);
|
||||
|
||||
if (config('ninja.testvars.travis') !== false) {
|
||||
$this->markTestSkipped('Skip test for Travis');
|
||||
}
|
||||
}
|
||||
|
||||
public function testInventoryMovements()
|
||||
|
Loading…
Reference in New Issue
Block a user