Skip to content

Commit 68447de

Browse files
committed
---
yaml --- r: 4907 b: refs/heads/logging-alpha c: c339bf8 h: refs/heads/master i: 4905: 68041b7 4903: 287df5e
1 parent 5a822b9 commit 68447de

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ refs/heads/compute-alpha: 969cba2627f1d53d352cc4a5ffe0879dacf65e6c
1212
refs/heads/dns-alpha: 2f90e7e338349287ace33375896907af0f032ca1
1313
refs/heads/dns-alpha-batch: 17442b07867021b85d0452f5f3eda29a3413288f
1414
refs/heads/gcs-nio: 283aeaf15efdcf3621eb6859f05e55ad7764375d
15-
refs/heads/logging-alpha: 82023df0c442cf6d2ba98f6baf69134cc1a9b9e3
15+
refs/heads/logging-alpha: c339bf8460db747a5f6a6e1626557371b02c0b2f
1616
refs/tags/v0.1.0: a615317f7424ed58621b1f65d5c4d8cbbe8a6ed8
1717
refs/tags/v0.1.1: 7a7f6985fe465e9dd6a075af55493f42b4933be0
1818
refs/tags/v0.1.2: 3eb3fe866ba22487686048f45d927b8c8638ea3f

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

Lines changed: 0 additions & 2 deletions
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)