diff --git a/tests/Feature/LiveDesignTest.php b/tests/Feature/LiveDesignTest.php index 8ec7d1699d87..51d6fbfdf3ba 100644 --- a/tests/Feature/LiveDesignTest.php +++ b/tests/Feature/LiveDesignTest.php @@ -34,6 +34,11 @@ class LiveDesignTest extends TestCase $this->withoutMiddleware( ThrottleRequests::class ); + + if (config('ninja.testvars.travis') !== false) { + $this->markTestSkipped('Skip test for Travis'); + } + } public function testDesignRoute200()