Ignore this test in CI/CD

This commit is contained in:
David Bomba 2025-08-13 08:44:04 +10:00
parent 9753992d8c
commit d5faf2dd6f
1 changed files with 4 additions and 0 deletions

View File

@ -76,6 +76,10 @@ class PdfServiceTest extends TestCase
$this->makeTestData();
if(config('ninja.is_travis')) {
$this->markTestSkipped();
}
$this->fake_email = $this->faker->email();
}