Skip WSTest by default

This commit is contained in:
David Bomba 2025-08-07 18:45:33 +10:00
parent 4127eb32f9
commit cbc5cb5f9b
1 changed files with 3 additions and 3 deletions

View File

@ -21,9 +21,9 @@ class WSTest extends TestCase
{
parent::setUp();
if (config('ninja.is_travis')) {
$this->markTestSkipped('No credentials to test Verifactu');
}
// if (config('ninja.is_travis')) {
$this->markTestSkipped('Deliberately skipping Verifactu tests - otherwise we will break the hash chain !!!');
// }
}