mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-18 01:01:31 -08:00
Mark test as incomplete
This commit is contained in:
parent
8c434c7862
commit
618bbc4bda
|
@ -165,7 +165,7 @@ class ReportTemplateTest extends TestCase
|
||||||
|
|
||||||
public function testGracefullyHandlesMultiSelectBecomingSingleSelect()
|
public function testGracefullyHandlesMultiSelectBecomingSingleSelect()
|
||||||
{
|
{
|
||||||
// $this->markTestIncomplete();
|
$this->markTestIncomplete();
|
||||||
|
|
||||||
[$departmentA, $departmentB] = Department::factory()->count(2)->create();
|
[$departmentA, $departmentB] = Department::factory()->count(2)->create();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue