Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 2dc1956

Browse files
authored
testing: ignore testExecuteSelectWithCredentials (#3493)
* testing: ignore flaky test for the time being Related: #3471
1 parent a72c582 commit 2dc1956

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

‎google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/it/ITBigQueryTest.java‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@
191191
import java.util.logging.Logger;
192192
import org.junit.AfterClass;
193193
import org.junit.BeforeClass;
194+
import org.junit.Ignore;
194195
import org.junit.Rule;
195196
import org.junit.Test;
196197
import org.junit.rules.Timeout;
@@ -3250,6 +3251,7 @@ public void testExecuteSelectDefaultConnectionSettings() throws SQLException {
32503251
}
32513252

32523253
@Test
3254+
@Ignore("https://github.com/googleapis/java-bigquery/issues/3471")
32533255
public void testExecuteSelectWithCredentials() throws SQLException {
32543256
// This test validate that executeSelect uses the same credential provided by the BigQuery
32553257
// object used to create the Connection client.

0 commit comments

Comments
 (0)