add comment

This commit is contained in:
Pierre Noël 2022-12-02 16:51:09 +01:00
parent 09bd93e28d
commit 12f3bb794c

View File

@ -103,6 +103,8 @@ describe('i18n - Content API', () => {
data.categories.push(res.body);
});
// This tests is sensible to foreign keys deadlocks
// foreign keys deadlock example: https://gist.github.com/roustem/db2398aa38be0cc88364
test('all related locales', async () => {
let res;
for (const locale of ['ko', 'it', 'fr', 'es-AR']) {