From a8e9467bb40c2ce1c9500fa5f4262d4edb38f162 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 14 Sep 2023 17:56:19 +1000 Subject: [PATCH] Skip livewire tests --- tests/Feature/ClientPortal/InvoicesTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Feature/ClientPortal/InvoicesTest.php b/tests/Feature/ClientPortal/InvoicesTest.php index 8b82c39069d3..c0ad82b5b474 100644 --- a/tests/Feature/ClientPortal/InvoicesTest.php +++ b/tests/Feature/ClientPortal/InvoicesTest.php @@ -38,9 +38,10 @@ class InvoicesTest extends TestCase $this->faker = Factory::create(); $this->buildCache(true); + $this->markTestSkipped(); } - public function skipInvoiceTableFilters() + public function testInvoiceTableFilters() { $account = Account::factory()->create();