Skip to content

Commit 5a7db56

Browse files
authored
test(spanner): update instance admin iam test to skip service account check (#9747)
1 parent 5aeed09 commit 5a7db56

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

google/cloud/spanner/admin/integration_tests/instance_admin_integration_test.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,10 +220,6 @@ TEST_F(InstanceAdminClientTest, InstanceIam) {
220220
ASSERT_FALSE(in.project_id().empty());
221221
ASSERT_FALSE(in.instance_id().empty());
222222

223-
ASSERT_FALSE(internal::GetEnv("GOOGLE_CLOUD_CPP_SPANNER_TEST_SERVICE_ACCOUNT")
224-
.value_or("")
225-
.empty());
226-
227223
auto actual_policy = client_.GetIamPolicy(in.FullName());
228224
if (Emulator() &&
229225
actual_policy.status().code() == StatusCode::kUnimplemented) {

0 commit comments

Comments
 (0)