1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-06 03:02:34 +01:00

mark csv test skipped

This commit is contained in:
David Bomba 2020-12-18 12:01:45 +11:00
parent ff0d68676c
commit f476a090bc

View File

@ -100,8 +100,8 @@ class ImportCsvTest extends TestCase
];
Cache::put($hash, base64_encode($csv), 360);
$this->markTestSkipped();
//$this->markTestSkipped();
CSVImport::dispatchNow($data, $this->company);
}