mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-05 18:52:44 +01:00
mark csv test skipped
This commit is contained in:
parent
ff0d68676c
commit
f476a090bc
@ -100,8 +100,8 @@ class ImportCsvTest extends TestCase
|
||||
];
|
||||
|
||||
Cache::put($hash, base64_encode($csv), 360);
|
||||
$this->markTestSkipped();
|
||||
|
||||
//$this->markTestSkipped();
|
||||
CSVImport::dispatchNow($data, $this->company);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user