Skip to content

Commit 680ce7f

Browse files
committed
Integration test for End to End tracing
1 parent a45ca7e commit 680ce7f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

google-cloud-spanner/src/test/java/com/google/cloud/spanner/GceTestEnvConfig.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ public class GceTestEnvConfig implements TestEnvConfig {
5858
private final SpannerOptions options;
5959

6060
public GceTestEnvConfig() {
61-
System.setProperty(GCE_PROJECT_ID,"span-cloud-testing");
6261
String projectId = System.getProperty(GCE_PROJECT_ID, "");
6362
String serverUrl = System.getProperty(GCE_SERVER_URL, "");
6463
String credentialsFile = System.getProperty(GCE_CREDENTIALS_FILE, "");

0 commit comments

Comments
 (0)