Skip to content

Commit 9b81692

Browse files
committed
test: do not merge
1 parent fb370bb commit 9b81692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/src/test/java/com/example/bigquery/QueryExternalSheetsPermIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ public void testQueryExternalSheetsPerm() {
9393
QueryExternalSheetsPerm.queryExternalSheetsPerm(
9494
BIGQUERY_DATASET_NAME, tableName, sourceUri, schema, query);
9595
assertThat(bout.toString())
96-
.contains("Query on external permanent table performed successfully.");
96+
.contains("TODO: DO NOT MERGE. Query on external permanent table performed successfully.");
9797
}
9898
}

0 commit comments

Comments
 (0)