zitadel/internal/api/grpc/admin/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
..
iam_member_test.go chore: correct require usage to assert for eventual consistency (#8795) 2024-10-21 19:15:02 +00:00
iam_settings_test.go chore: remove parallel running in integration tests (#8904) 2024-11-27 15:32:13 +01:00
import_test.go chore: improve integration tests (#8727) 2024-10-17 21:20:57 +00:00
information_test.go chore(tests): use a coverage server binary (#8407) 2024-09-06 14:47:57 +02:00
restrictions_allow_public_org_registrations_test.go chore: remove parallel running in integration tests (#8904) 2024-11-27 15:32:13 +01:00
restrictions_allowed_languages_test.go chore: remove parallel running in integration tests (#8904) 2024-11-27 15:32:13 +01:00
server_test.go chore: remove some integration test flakiness (#8818) 2024-10-31 15:34:20 +00:00