Skip to content

Commit

Permalink
Removed gameservices tests (GoogleCloudPlatform#8424)
Browse files Browse the repository at this point in the history
Started failing consistently recently. Fixes hashicorp/terraform-provider-google#15252
  • Loading branch information
melinath authored and hao-nan-li committed Jul 27, 2023
1 parent 97c22c5 commit c26758d
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 63 deletions.
1 change: 0 additions & 1 deletion mmv1/products/gameservices/GameServerCluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ examples:
name: 'game_service_cluster_basic'
primary_resource_id:
'default'
# NO_TEST: Not worth setting up as it is complicated and game servers are being deprecated
skip_test: true
vars:
realm_id: 'realm'
Expand Down
1 change: 1 addition & 0 deletions mmv1/products/gameservices/GameServerConfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ examples:
- !ruby/object:Provider::Terraform::Examples
name: 'game_service_config_basic'
primary_resource_id: 'default'
skip_test: true
vars:
deployment_id: 'tf-test-deployment'
config_id: 'tf-test-config'
Expand Down
1 change: 1 addition & 0 deletions mmv1/products/gameservices/GameServerDeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ examples:
- !ruby/object:Provider::Terraform::Examples
name: 'game_service_deployment_basic'
primary_resource_id: 'default'
skip_test: true
vars:
deployment_id: 'tf-test-deployment'
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ examples:
- !ruby/object:Provider::Terraform::Examples
name: 'game_service_deployment_rollout_basic'
primary_resource_id: 'default'
skip_test: true
vars:
deployment_id: 'tf-test-deployment'
config_id: 'tf-test-config'
Expand Down
1 change: 1 addition & 0 deletions mmv1/products/gameservices/Realm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ examples:
- !ruby/object:Provider::Terraform::Examples
name: 'game_service_realm_basic'
primary_resource_id: 'default'
skip_test: true
vars:
realm_id: 'tf-test-realm'
parameters:
Expand Down

This file was deleted.

0 comments on commit c26758d

Please sign in to comment.