Skip to content

Commit c339bf8

Browse files
committed
Re-enable ignored BigQuery integration tests (#986)
1 parent 82023df commit c339bf8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gcloud-java-bigquery/src/test/java/com/google/cloud/bigquery/it/ITBigQueryTest.java

-2
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,6 @@ public void testInsertAllWithErrors() {
624624
assertTrue(bigquery.delete(TableId.of(DATASET, tableName)));
625625
}
626626

627-
@Ignore("Flaky test; see issue #836")
628627
@Test
629628
public void testListAllTableData() {
630629
Page<List<FieldValue>> rows = bigquery.listTableData(TABLE_ID);
@@ -908,7 +907,6 @@ public void testCancelNonExistingJob() {
908907
assertFalse(bigquery.cancel("test_cancel_non_existing_job"));
909908
}
910909

911-
@Ignore("Flaky test; see #836")
912910
@Test
913911
public void testInsertFromFile() throws InterruptedException {
914912
String destinationTableName = "test_insert_from_file_table";

0 commit comments

Comments
 (0)