File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
google-cloud-spanner/src/test/java/com/google/cloud/spanner/it Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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 ();
You can’t perform that action at this time.
0 commit comments