Skip to content

Commit 1c334e0

Browse files
test: Disabling the databoost Integration tests till GA (#2374)
1 parent 6927e06 commit 1c334e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITBatchReadTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,8 @@ public void readUsingIndex() {
241241

242242
@Test
243243
public void dataBoostRead() {
244+
// TODO: Remove the following check during GA
245+
assumeFalse("DataBoost feature is not yet generally available", true);
244246
assumeFalse("Emulator does not support data boost read", isUsingEmulator());
245247

246248
BitSet seenRows = new BitSet(numRows);
@@ -295,6 +297,8 @@ private PartitionOptions getRandomPartitionOptions() {
295297

296298
@Test
297299
public void dataBoostQuery() {
300+
// TODO: Remove the following check during GA
301+
assumeFalse("DataBoost feature is not yet generally available", true);
298302
assumeFalse("Emulator does not support data boost query", isUsingEmulator());
299303
BitSet seenRows = new BitSet(numRows);
300304
TimestampBound bound = getRandomBound();

0 commit comments

Comments
 (0)