mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04: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);
|
Cache::put($hash, base64_encode($csv), 360);
|
||||||
|
$this->markTestSkipped();
|
||||||
|
|
||||||
//$this->markTestSkipped();
|
|
||||||
CSVImport::dispatchNow($data, $this->company);
|
CSVImport::dispatchNow($data, $this->company);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user