File tree Expand file tree Collapse file tree
trunk/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- refs/heads/master: 8e9a60cf5edfed090a786887741407e0d659164a
2+ refs/heads/master: fb495295882efbba3688218f2c95e8eddc477db5
33refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44refs/heads/gh-pages: 0114589947fea527ea3831330789accedbecf45c
55refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
Original file line number Diff line number Diff 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" );
You can’t perform that action at this time.
0 commit comments