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 d4fd2d7 commit d71fa5cCopy full SHA for d71fa5c
google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITCommitTimestampTest.java
@@ -229,7 +229,9 @@ public void invalidColumnOptionValue() throws Exception {
229
230
@Test
231
public void invalidColumnType() throws Exception {
232
- assumeFalse("Validation not available in experimental host mode", isExperimentalHost());
+ assumeFalse(
233
+ "Validation currently not available in experimental host mode - tracked via b/442339325",
234
+ isExperimentalHost());
235
// error_catalog error OptionErrorList
236
String statement = "ALTER TABLE T ADD COLUMN T4 INT64 OPTIONS (allow_commit_timestamp=true)";
237
try {
0 commit comments