File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
gcloud-java-bigquery/src/test/java/com/google/gcloud/bigquery/it Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 71
71
72
72
import org .junit .AfterClass ;
73
73
import org .junit .BeforeClass ;
74
+ import org .junit .Ignore ;
74
75
import org .junit .Rule ;
75
76
import org .junit .Test ;
76
77
import org .junit .rules .Timeout ;
@@ -623,6 +624,7 @@ public void testInsertAllWithErrors() {
623
624
assertTrue (bigquery .delete (TableId .of (DATASET , tableName )));
624
625
}
625
626
627
+ @ Ignore ("Flaky test; see issue #836" )
626
628
@ Test
627
629
public void testListAllTableData () {
628
630
Page <List <FieldValue >> rows = bigquery .listTableData (TABLE_ID );
@@ -906,6 +908,7 @@ public void testCancelNonExistingJob() {
906
908
assertFalse (bigquery .cancel ("test_cancel_non_existing_job" ));
907
909
}
908
910
911
+ @ Ignore ("Flaky test; see #836" )
909
912
@ Test
910
913
public void testInsertFromFile () throws InterruptedException {
911
914
String destinationTableName = "test_insert_from_file_table" ;
You can’t perform that action at this time.
0 commit comments