Skip to content

Commit 03b4656

Browse files
committed
---
yaml --- r: 3823 b: refs/heads/pubsub-alpha c: ba07c3f h: refs/heads/master i: 3821: 0ea95bc 3819: 41afd68 3815: a6df303 3807: 67dfc84
1 parent 9bfec6c commit 03b4656

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
@@ -2,7 +2,7 @@
22
refs/heads/master: 36a62ef856d199f8efd09501b5ba65c422c01f23
33
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44
refs/heads/gh-pages: 7406918e071dd2c5677a638ae2a06e7592b6542c
5-
refs/heads/pubsub-alpha: df86a444de86aefbd5b9cbb198976badc8438052
5+
refs/heads/pubsub-alpha: ba07c3f5bd972d6b52f3dc272bc2ef32611f4873
66
refs/heads/update-datastore: 47aae517c2cb33f1dccd909adaced73ec9d0f4df
77
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
88
refs/tags/v0.0.10: 207ebd2a3472fddee69fe1298eb90429e3306efd

branches/pubsub-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)