Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
Expand Down Expand Up @@ -84,6 +85,7 @@ public void before() {
pipeline.getOptions().as(ChangeStreamTestPipelineOptions.class).setBlockOnRun(false);
}

@Ignore("BEAM-14277 Sickbay until autoscaling changes are merged")
@Test
public void testReadSpannerChangeStream() {
// Defines how many rows are going to be inserted / updated / deleted in the test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
import org.joda.time.Instant;
import org.junit.BeforeClass;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
Expand Down Expand Up @@ -83,6 +84,7 @@ public static void setup() throws InterruptedException, ExecutionException, Time
databaseClient = ENV.getDatabaseClient();
}

@Ignore("BEAM-14277 Sickbay until autoscaling changes are merged")
@Test
public void testTransactionBoundaries() {
LOG.info("Test pipeline: " + pipeline.toString());
Expand Down