We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12bdfe2 commit 2a5e173Copy full SHA for 2a5e173
1 file changed
google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITUuidTest.java
@@ -61,14 +61,6 @@ public class ITUuidTest {
61
62
@ClassRule public static IntegrationTestEnv env = new IntegrationTestEnv();
63
64
- private static boolean isUsingCloudDevel() {
65
- String jobType = System.getenv("JOB_TYPE");
66
-
67
- // Assumes that the jobType contains the string "cloud-devel" to signal that
68
- // the environment is cloud-devel.
69
- return !isNullOrEmpty(jobType) && jobType.contains("cloud-devel");
70
- }
71
72
@Parameterized.Parameters(name = "Dialect = {0}")
73
public static List<DialectTestParameter> data() {
74
return Arrays.asList(
0 commit comments