emilymye commented on code in PR #17346:
URL: https://github.com/apache/beam/pull/17346#discussion_r847881461


##########
sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/spanner/changestreams/it/SpannerChangeStreamIT.java:
##########
@@ -84,6 +85,7 @@ public void before() {
     
pipeline.getOptions().as(ChangeStreamTestPipelineOptions.class).setBlockOnRun(false);
   }
 
+  @Ignore

Review Comment:
   ```suggestion
     @Ignore("BEAM-14277 Sickbay until autoscaling changes are merged")
   ```



##########
sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/spanner/changestreams/it/SpannerChangeStreamTransactionBoundariesIT.java:
##########
@@ -83,6 +84,7 @@ public static void setup() throws InterruptedException, 
ExecutionException, Time
     databaseClient = ENV.getDatabaseClient();
   }
 
+  @Ignore

Review Comment:
   ```suggestion
     @Ignore("BEAM-14277 Sickbay until autoscaling changes are merged")
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to