Skip to content

Commit c357e4c

Browse files
committed
test: skip test for batchUpdate() that does not work
1 parent 87a706c commit c357e4c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/system/Models/UpdateModelTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,11 @@ public function testUpdateBatchEntityWithPrimaryKeyCast(): void
421421
$this->markTestSkipped($this->db->DBDriver . ' does not work with binary data as string data.');
422422
}
423423

424+
// See https://github.com/codeigniter4/CodeIgniter4/pull/8282#issuecomment-1836974182
425+
$this->markTestSkipped(
426+
'batchUpdate() is currently not working due to data type issues in the generated SQL statement.'
427+
);
428+
424429
$this->createUuidTable();
425430

426431
$this->createModel(UUIDPkeyModel::class);

0 commit comments

Comments
 (0)