zitadel/internal/api/oidc/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
..
auth_request_test.go chore: remove parallel running in integration tests (#8904) 2024-11-27 15:32:13 +01:00
client_test.go chore: remove parallel running in integration tests (#8904) 2024-11-27 15:32:13 +01:00
keys_test.go chore: remove parallel running in integration tests (#8904) 2024-11-27 15:32:13 +01:00
oidc_test.go chore: improve integration tests (#8727) 2024-10-17 21:20:57 +00:00
server_test.go chore: remove parallel running in integration tests (#8904) 2024-11-27 15:32:13 +01:00
token_client_credentials_test.go chore: remove parallel running in integration tests (#8904) 2024-11-27 15:32:13 +01:00
token_exchange_test.go chore: remove parallel running in integration tests (#8904) 2024-11-27 15:32:13 +01:00
token_jwt_profile_test.go chore: remove parallel running in integration tests (#8904) 2024-11-27 15:32:13 +01:00
userinfo_test.go chore: improve integration tests (#8727) 2024-10-17 21:20:57 +00:00