You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using serialized_rollback to retain some data migration between tests that need a database transaction. Unfortunately, things break when, for example, using the page fixture of Playwright or the migrator fixture of django-test-migrations. In those cases, serialized_rollback is ignored, and the data is not rolled back anymore. I am not sure why this exactly happens or how to deal with it.