Files
server/test/Infrastructure.IntegrationTest/DatabaseDataAttribute.cs
Thomas Rittson 195a712b6d [PM-37482] Disable migration tester (#7633)
This produces inherently flaky tests because it works by 
fully migrating a database, and then re-running a specified
migration (the data migration) out of order. This means that
subsequent changes to the db schema will cause the migration
tests to fail, because the data migration will be re-run after
the schema has changed. Needs to be fixed before use.
2026-05-13 19:36:32 -05:00

6.1 KiB