File tree Expand file tree Collapse file tree 4 files changed +0
-16
lines changed
google-cloud-spanner/src/test/java/com/google/cloud/spanner Expand file tree Collapse file tree 4 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,4 @@ env_vars: {
3535env_vars: {
3636 key: " IT_SERVICE_ACCOUNT_EMAIL"
3737 value: " it-service-account@gcloud-devel.iam.gserviceaccount.com"
38- }
39-
40- env_vars: {
41- key: " GOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS"
42- value: " false"
4338}
Original file line number Diff line number Diff line change @@ -35,9 +35,4 @@ env_vars: {
3535env_vars: {
3636 key: " IT_SERVICE_ACCOUNT_EMAIL"
3737 value: " it-service-account@gcloud-devel.iam.gserviceaccount.com"
38- }
39-
40- env_vars: {
41- key: " GOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS"
42- value: " false"
4338}
Original file line number Diff line number Diff line change @@ -35,9 +35,4 @@ env_vars: {
3535env_vars: {
3636 key: " IT_SERVICE_ACCOUNT_EMAIL"
3737 value: " it-service-account@gcloud-devel.iam.gserviceaccount.com"
38- }
39-
40- env_vars: {
41- key: " GOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS"
42- value: " false"
4338}
Original file line number Diff line number Diff line change 2121import static org .junit .Assert .assertFalse ;
2222import static org .junit .Assert .assertThrows ;
2323import static org .junit .Assert .assertTrue ;
24- import static org .junit .Assume .assumeFalse ;
2524import static org .junit .Assume .assumeTrue ;
2625import static org .mockito .ArgumentMatchers .any ;
2726import static org .mockito .Mockito .doAnswer ;
You can’t perform that action at this time.
0 commit comments