Skip livewire tests

This commit is contained in:
David Bomba 2023-09-14 17:56:19 +10:00
parent e928fca248
commit a8e9467bb4

View File

@ -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();