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