Skip to content

Commit 6daaf59

Browse files
authored
Remove crm_iam_policy_check resource descriptor from logging tests (#1214)
2 parents 9f5f4f6 + f7c7a15 commit 6daaf59

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

google-cloud-logging/src/test/java/com/google/cloud/logging/BaseSystemTest.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ public abstract class BaseSystemTest {
6262

6363
private static final Set<String> DESCRIPTOR_TYPES = ImmutableSet.of("gce_instance", "gae_app",
6464
"cloudsql_database", "api", "gcs_bucket", "global", "dataflow_step", "build",
65-
"app_script_function", "dataproc_cluster", "ml_job", "bigquery_resource",
66-
"crm_iam_policy_check", "container", "gke_cluster", "cloud_debugger_resource",
67-
"http_load_balancer", "aws_ec2_instance", "client_auth_config_brand",
68-
"client_auth_config_client", "logging_log", "logging_sink", "metric", "project",
69-
"testservice_matrix", "service_account", "deployment", "dns_managed_zone");
65+
"app_script_function", "dataproc_cluster", "ml_job", "bigquery_resource", "container",
66+
"gke_cluster", "cloud_debugger_resource", "http_load_balancer", "aws_ec2_instance",
67+
"client_auth_config_brand", "client_auth_config_client", "logging_log", "logging_sink",
68+
"metric", "project", "testservice_matrix", "service_account", "deployment",
69+
"dns_managed_zone");
7070

7171
@Rule
7272
public ExpectedException thrown = ExpectedException.none();

0 commit comments

Comments
 (0)