1
0
mirror of https://github.com/zitadel/zitadel.git synced 2025-04-23 12:51:38 +00:00
Tim Möhlmann 4413efd82c
chore: remove parallel running in integration tests ()
# Which Problems Are Solved

Integration tests are flaky due to eventual consistency.

# How the Problems Are Solved

Remove t.Parallel so that less concurrent requests on multiple instance
happen. This allows the projections to catch up more easily.

# Additional Changes

- none

# Additional Context

- none
2024-11-27 15:32:13 +01:00
..