zitadel/internal/api/grpc/user/v2beta/integration_test
Tim Möhlmann 4413efd82c
chore: remove parallel running in integration tests (#8904)
# 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
..
email_test.go chore: remove parallel running in integration tests (#8904) 2024-11-27 15:32:13 +01:00
otp_test.go chore: remove parallel running in integration tests (#8904) 2024-11-27 15:32:13 +01:00
passkey_test.go chore: remove parallel running in integration tests (#8904) 2024-11-27 15:32:13 +01:00
password_test.go chore: remove parallel running in integration tests (#8904) 2024-11-27 15:32:13 +01:00
phone_test.go chore: remove parallel running in integration tests (#8904) 2024-11-27 15:32:13 +01:00
query_test.go chore: remove parallel running in integration tests (#8904) 2024-11-27 15:32:13 +01:00
totp_test.go chore: remove parallel running in integration tests (#8904) 2024-11-27 15:32:13 +01:00
u2f_test.go chore: remove parallel running in integration tests (#8904) 2024-11-27 15:32:13 +01:00
user_test.go chore: remove parallel running in integration tests (#8904) 2024-11-27 15:32:13 +01:00