Skip to content

Commit

Permalink
Fix failing mysql test.
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Sep 14, 2024
1 parent 7c6299a commit a840e6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit a840e6e

Please sign in to comment.