diff --git a/tests/models.py b/tests/models.py index 0e805c02e..8099a44b3 100644 --- a/tests/models.py +++ b/tests/models.py @@ -3205,6 +3205,7 @@ class ItemB(BaseItem): pass self.assertTrue(Category.itemb_set.model is Category) @skip_if(IS_SQLITE, 'sqlite is not supported') + @skip_if(IS_MYSQL, 'mysql is not raising this error(?)') @skip_if(IS_CRDB, 'crdb is not raising the error in this test(?)') def test_deferred_fk_creation(self): class B(TestModel):