Skip to content

Commit 9a8d156

Browse files
author
Ajay Kannan
committed
Remove flaky tests
1 parent 0849646 commit 9a8d156

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)