Skip to content

Commit dfa5626

Browse files
authored
test(bigquery-jdbc): disable more tests in kokoro (#13937)
1 parent 2b8392a commit dfa5626

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

java-bigquery-jdbc/src/test/java/com/google/cloud/bigquery/jdbc/it/ITConnectionTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ public void testCreateSQLXML() throws SQLException {
340340
}
341341

342342
@Test
343+
@Tag("advanced")
343344
public void testCreateArray() throws SQLException {
344345
Connection connection = DriverManager.getConnection(ITBase.connectionUrl);
345346
assertThrows(

java-bigquery-jdbc/src/test/java/com/google/cloud/bigquery/jdbc/it/ITOpenTelemetryTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@
4545
import java.sql.Statement;
4646
import java.util.ArrayList;
4747
import java.util.List;
48+
import org.junit.jupiter.api.Tag;
4849
import org.junit.jupiter.api.Test;
4950

51+
@Tag("known_issue") // b/539615312
5052
public class ITOpenTelemetryTest extends ITBase {
5153

5254
private static final String PROJECT_ID = ServiceOptions.getDefaultProjectId();

0 commit comments

Comments
 (0)