1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Disable tests

This commit is contained in:
David Bomba 2024-06-18 14:39:57 +10:00
parent e8f26ddbb2
commit d03b0c2ba7
2 changed files with 2 additions and 6 deletions

2
composer.lock generated
View File

@ -20755,5 +20755,5 @@
"platform-dev": {
"php": "^8.2"
},
"plugin-api-version": "2.6.0"
"plugin-api-version": "2.3.0"
}

View File

@ -37,13 +37,9 @@ class PurchaseOrderTest extends TestCase
protected function setUp(): void
{
parent::setUp();
Session::start();
$this->markTestSkipped('no travis');
$this->faker = \Faker\Factory::create();
Model::reguard();
$this->makeTestData();
}