Skip WSTest by default
This commit is contained in:
parent
4127eb32f9
commit
cbc5cb5f9b
|
|
@ -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 !!!');
|
||||
// }
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue