From c339bf8460db747a5f6a6e1626557371b02c0b2f Mon Sep 17 00:00:00 2001 From: Marco Ziccardi Date: Fri, 6 May 2016 17:24:16 +0200 Subject: [PATCH] Re-enable ignored BigQuery integration tests (#986) --- .../test/java/com/google/cloud/bigquery/it/ITBigQueryTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/gcloud-java-bigquery/src/test/java/com/google/cloud/bigquery/it/ITBigQueryTest.java b/gcloud-java-bigquery/src/test/java/com/google/cloud/bigquery/it/ITBigQueryTest.java index 9e462a4d5142..5007c73b69ce 100644 --- a/gcloud-java-bigquery/src/test/java/com/google/cloud/bigquery/it/ITBigQueryTest.java +++ b/gcloud-java-bigquery/src/test/java/com/google/cloud/bigquery/it/ITBigQueryTest.java @@ -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> rows = bigquery.listTableData(TABLE_ID); @@ -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";