Removed skip mysql rule in tests

This commit is contained in:
snipe
2026-05-26 22:52:03 +01:00
parent ef64210ed2
commit a5b1379cdb
@@ -171,8 +171,6 @@ class AssetIndexTest extends TestCase
public function test_assets_can_be_filtered_by_custom_field()
{
$this->markIncompleteIfMySQL('Custom Fields tests do not work on MySQL');
$field = CustomField::factory()->create();
$matchingAssets = Asset::factory()->count(3)->hasMultipleCustomFields([$field])->create();