Ignore this test in CI/CD
This commit is contained in:
parent
9753992d8c
commit
d5faf2dd6f
|
|
@ -76,6 +76,10 @@ class PdfServiceTest extends TestCase
|
||||||
|
|
||||||
$this->makeTestData();
|
$this->makeTestData();
|
||||||
|
|
||||||
|
if(config('ninja.is_travis')) {
|
||||||
|
$this->markTestSkipped();
|
||||||
|
}
|
||||||
|
|
||||||
$this->fake_email = $this->faker->email();
|
$this->fake_email = $this->faker->email();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue