Skip to content

Commit d6b35a1

Browse files
Do not run TestAccKeycloakOpenidClient_import in parallel with others because it deals with common default resource: account openid client
1 parent 631e3fc commit d6b35a1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

provider/resource_keycloak_openid_client_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -753,8 +753,6 @@ func TestAccKeycloakOpenidClient_loginTheme(t *testing.T) {
753753
}
754754

755755
func TestAccKeycloakOpenidClient_import(t *testing.T) {
756-
t.Parallel()
757-
758756
resource.Test(t, resource.TestCase{
759757
ProviderFactories: testAccProviderFactories,
760758
PreCheck: func() { testAccPreCheck(t) },

0 commit comments

Comments
 (0)