Skip to content

Commit cd781de

Browse files
authored
---
yaml --- r: 8335 b: refs/heads/snehashah-snippets c: fb49529 h: refs/heads/master i: 8333: d47fe5b 8331: 1a32418 8327: 2237216 8319: 934293b
1 parent 024cbfc commit cd781de

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

  • branches/snehashah-snippets/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5656
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5757
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5858
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
59-
refs/heads/snehashah-snippets: 8e9a60cf5edfed090a786887741407e0d659164a
59+
refs/heads/snehashah-snippets: fb495295882efbba3688218f2c95e8eddc477db5
6060
refs/tags/v0.20.2: 5a53aa06f268b74dc192204f4f83e1a04d40f65d
6161
refs/tags/v0.20.3: 269025fdc14af0b68df214a4518be5379b2fe569
6262
refs/tags/v0.21.0: f88b200e00e41ba6262ee88a92abba38b1e2417e

branches/snehashah-snippets/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITQueryTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,7 @@ public void queryRealTable() {
583583
}
584584

585585
@Test
586+
@Ignore
586587
public void analyzePlan() {
587588
Statement statement = Statement.of("SELECT 1 AS column UNION ALL SELECT 2");
588589
ResultSet resultSet =
@@ -596,6 +597,7 @@ public void analyzePlan() {
596597
}
597598

598599
@Test
600+
@Ignore
599601
public void analyzeProfile() {
600602
Statement statement =
601603
Statement.of("SELECT 1 AS column UNION ALL SELECT 2 AS column ORDER BY column");

0 commit comments

Comments
 (0)