mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 10:54:41 -04:00
Skip livewire tests
This commit is contained in:
parent
e928fca248
commit
a8e9467bb4
@ -38,9 +38,10 @@ class InvoicesTest extends TestCase
|
|||||||
|
|
||||||
$this->faker = Factory::create();
|
$this->faker = Factory::create();
|
||||||
$this->buildCache(true);
|
$this->buildCache(true);
|
||||||
|
$this->markTestSkipped();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function skipInvoiceTableFilters()
|
public function testInvoiceTableFilters()
|
||||||
{
|
{
|
||||||
$account = Account::factory()->create();
|
$account = Account::factory()->create();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user