You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: branches/snehashah-snippets/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITQueryTest.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -583,6 +583,7 @@ public void queryRealTable() {
583
583
}
584
584
585
585
@Test
586
+
@Ignore
586
587
publicvoidanalyzePlan() {
587
588
Statementstatement = Statement.of("SELECT 1 AS column UNION ALL SELECT 2");
588
589
ResultSetresultSet =
@@ -596,6 +597,7 @@ public void analyzePlan() {
596
597
}
597
598
598
599
@Test
600
+
@Ignore
599
601
publicvoidanalyzeProfile() {
600
602
Statementstatement =
601
603
Statement.of("SELECT 1 AS column UNION ALL SELECT 2 AS column ORDER BY column");
0 commit comments