Skip to content

Commit 99655e9

Browse files
Do not run TestAccKeycloakOpenidClient_import in parallel with others because it deals with common default resource: account openid client
Signed-off-by: Mikhail Putilov <[email protected]>
1 parent d6b95e7 commit 99655e9

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)