diff --git a/tests/Feature/Assets/Api/UpdateAssetTest.php b/tests/Feature/Assets/Api/UpdateAssetTest.php index 499ea61f28..300d06ae50 100644 --- a/tests/Feature/Assets/Api/UpdateAssetTest.php +++ b/tests/Feature/Assets/Api/UpdateAssetTest.php @@ -457,6 +457,8 @@ class UpdateAssetTest extends TestCase public function testCustomFieldCannotBeUpdatedIfNotOnCurrentAssetModel() { + $this->markIncompleteIfMySQL('Custom Field Tests do not work in MySQL'); + $customField = CustomField::factory()->create(); $customField2 = CustomField::factory()->create(); $asset = Asset::factory()->hasMultipleCustomFields([$customField])->create();