Skip to content

Commit

Permalink
Re-enable ignored BigQuery integration tests (#986)
Browse files Browse the repository at this point in the history
  • Loading branch information
mziccard committed May 6, 2016
1 parent 82023df commit c339bf8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,6 @@ public void testInsertAllWithErrors() {
assertTrue(bigquery.delete(TableId.of(DATASET, tableName)));
}

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

@Ignore("Flaky test; see #836")
@Test
public void testInsertFromFile() throws InterruptedException {
String destinationTableName = "test_insert_from_file_table";
Expand Down

0 comments on commit c339bf8

Please sign in to comment.