We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82023df commit c339bf8Copy full SHA for c339bf8
gcloud-java-bigquery/src/test/java/com/google/cloud/bigquery/it/ITBigQueryTest.java
@@ -624,7 +624,6 @@ public void testInsertAllWithErrors() {
624
assertTrue(bigquery.delete(TableId.of(DATASET, tableName)));
625
}
626
627
- @Ignore("Flaky test; see issue #836")
628
@Test
629
public void testListAllTableData() {
630
Page<List<FieldValue>> rows = bigquery.listTableData(TABLE_ID);
@@ -908,7 +907,6 @@ public void testCancelNonExistingJob() {
908
907
assertFalse(bigquery.cancel("test_cancel_non_existing_job"));
909
910
911
- @Ignore("Flaky test; see #836")
912
913
public void testInsertFromFile() throws InterruptedException {
914
String destinationTableName = "test_insert_from_file_table";
0 commit comments