Skip to content

Commit c276566

Browse files
author
Ajay Kannan
committed
---
yaml --- r: 4749 b: refs/heads/logging-alpha c: 9a8d156 h: refs/heads/master i: 4747: 4390015
1 parent 89208ec commit c276566

2 files changed

Lines changed: 4 additions & 1 deletion

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: 0849646dac0587275da7a6dcbcdd44f609d643df
15+
refs/heads/logging-alpha: 9a8d15605d156f02030ee3e9950a452a19664a9c
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/gcloud/bigquery/it/ITBigQueryTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171

7272
import org.junit.AfterClass;
7373
import org.junit.BeforeClass;
74+
import org.junit.Ignore;
7475
import org.junit.Rule;
7576
import org.junit.Test;
7677
import org.junit.rules.Timeout;
@@ -623,6 +624,7 @@ public void testInsertAllWithErrors() {
623624
assertTrue(bigquery.delete(TableId.of(DATASET, tableName)));
624625
}
625626

627+
@Ignore("Flaky test; see issue #836")
626628
@Test
627629
public void testListAllTableData() {
628630
Page<List<FieldValue>> rows = bigquery.listTableData(TABLE_ID);
@@ -906,6 +908,7 @@ public void testCancelNonExistingJob() {
906908
assertFalse(bigquery.cancel("test_cancel_non_existing_job"));
907909
}
908910

911+
@Ignore("Flaky test; see #836")
909912
@Test
910913
public void testInsertFromFile() throws InterruptedException {
911914
String destinationTableName = "test_insert_from_file_table";

0 commit comments

Comments
 (0)