Skip to content

Commit

Permalink
Run fields CRUD blackbox test sequentially (#22750)
Browse files Browse the repository at this point in the history
  • Loading branch information
paescuj committed Jun 13, 2024
1 parent b6ce248 commit cd67543
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/blackbox/setup/sequential-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const sequentialTestsList: Record<'db' | 'common', SequentialTestsList> =
'/tests/db/routes/schema/schema.test.ts',
'/tests/db/routes/collections/crud.test.ts',
'/tests/db/routes/fields/change-fields.test.ts',
'/tests/db/routes/fields/crud.test.ts',
],
after: [
'/tests/db/schema/timezone/timezone.test.ts',
Expand Down

0 comments on commit cd67543

Please sign in to comment.