Mark test as incomplete

This commit is contained in:
Marcus Moore 2023-12-21 17:03:10 -08:00
parent 8c434c7862
commit 618bbc4bda
No known key found for this signature in database

View file

@ -165,7 +165,7 @@ class ReportTemplateTest extends TestCase
public function testGracefullyHandlesMultiSelectBecomingSingleSelect()
{
// $this->markTestIncomplete();
$this->markTestIncomplete();
[$departmentA, $departmentB] = Department::factory()->count(2)->create();