mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Skip live designs in github actions
This commit is contained in:
parent
20b7bdfaef
commit
411ae1100a
@ -34,6 +34,11 @@ class LiveDesignTest extends TestCase
|
|||||||
$this->withoutMiddleware(
|
$this->withoutMiddleware(
|
||||||
ThrottleRequests::class
|
ThrottleRequests::class
|
||||||
);
|
);
|
||||||
|
|
||||||
|
if (config('ninja.testvars.travis') !== false) {
|
||||||
|
$this->markTestSkipped('Skip test for Travis');
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testDesignRoute200()
|
public function testDesignRoute200()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user