File tree Expand file tree Collapse file tree
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 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