File tree Expand file tree Collapse file tree
branches/gcs-nio/gcloud-java-bigquery/src/test/java/com/google/gcloud/bigquery/it Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ refs/tags/v0.0.12: 2fd8066e891fb3dfea69b65f6bf6461db79342b9
1111refs/heads/compute-alpha: 969cba2627f1d53d352cc4a5ffe0879dacf65e6c
1212refs/heads/dns-alpha: 2f90e7e338349287ace33375896907af0f032ca1
1313refs/heads/dns-alpha-batch: 17442b07867021b85d0452f5f3eda29a3413288f
14- refs/heads/gcs-nio: df86a444de86aefbd5b9cbb198976badc8438052
14+ refs/heads/gcs-nio: ba07c3f5bd972d6b52f3dc272bc2ef32611f4873
1515refs/heads/logging-alpha: db5312bffa7fccac194f6a7feb8cc3066de16aff
1616refs/tags/v0.1.0: a615317f7424ed58621b1f65d5c4d8cbbe8a6ed8
1717refs/tags/v0.1.1: 7a7f6985fe465e9dd6a075af55493f42b4933be0
Original file line number Diff line number Diff line change 7171
7272import org .junit .AfterClass ;
7373import org .junit .BeforeClass ;
74+ import org .junit .Ignore ;
7475import org .junit .Rule ;
7576import org .junit .Test ;
7677import org .junit .rules .Timeout ;
@@ -623,6 +624,7 @@ public void testInsertAllWithErrors() {
623624 assertTrue (bigquery .delete (TableId .of (DATASET , tableName )));
624625 }
625626
627+ @ Ignore ("Flaky test; see issue #836" )
626628 @ Test
627629 public void testListAllTableData () {
628630 Page <List <FieldValue >> rows = bigquery .listTableData (TABLE_ID );
@@ -906,6 +908,7 @@ public void testCancelNonExistingJob() {
906908 assertFalse (bigquery .cancel ("test_cancel_non_existing_job" ));
907909 }
908910
911+ @ Ignore ("Flaky test; see #836" )
909912 @ Test
910913 public void testInsertFromFile () throws InterruptedException {
911914 String destinationTableName = "test_insert_from_file_table" ;
You can’t perform that action at this time.
0 commit comments