diff --git a/tests/Feature/Inventory/InventoryManagementTest.php b/tests/Feature/Inventory/InventoryManagementTest.php index 8b12761a974e..79e847f5cbb9 100644 --- a/tests/Feature/Inventory/InventoryManagementTest.php +++ b/tests/Feature/Inventory/InventoryManagementTest.php @@ -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()