Skip to content

Commit

Permalink
chore: disable project user tests
Browse files Browse the repository at this point in the history
  • Loading branch information
byashimov committed Sep 3, 2024
1 parent c8b90d4 commit 5ad74c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (
)

func TestAccAivenProjectUserDataSource_basic(t *testing.T) {
t.Skip("Project invites are disabled")
datasourceName := "data.aiven_project_user.user"
resourceName := "aiven_project_user.bar"
rName := acctest.RandStringFromCharSet(10, acctest.CharSetAlphaNum)
Expand Down
1 change: 1 addition & 0 deletions internal/sdkprovider/service/project/project_user_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import (
)

func TestAccAivenProjectUser_basic(t *testing.T) {
t.Skip("Project invites are disabled")
resourceName := "aiven_project_user.bar"
rName := acctest.RandStringFromCharSet(10, acctest.CharSetAlphaNum)

Expand Down

0 comments on commit 5ad74c6

Please sign in to comment.