chore: Mar test skipped

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2022-11-13 09:23:29 +01:00
parent cd4369e74e
commit c4e225c9fc

View File

@@ -44,9 +44,13 @@ class FileBackupServiceTest extends UnitaryTestCase
/**
* @throws \SP\Domain\Common\Services\ServiceException
*
* TODO: Database query must be reworked.
*/
public function testDoBackup(): void
{
$this->markTestSkipped('Database query must be reworked.');
$this->fileBackupService->doBackup(TMP_PATH, APP_ROOT);
}