File tree Expand file tree Collapse file tree
trunk/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---
2- refs/heads/master: df86a444de86aefbd5b9cbb198976badc8438052
2+ refs/heads/master: ba07c3f5bd972d6b52f3dc272bc2ef32611f4873
33refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44refs/heads/gh-pages: 4e0561bb4504bf647db669a14417b2b2c87ba45d
55refs/heads/pubsub-alpha: 1a0e970f265af871e02274085b9662b3fe29058b
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