Skip live designs in github actions
This commit is contained in:
parent
20b7bdfaef
commit
411ae1100a
1 changed files with 5 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue