Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ public void testCreateSQLXML() throws SQLException {
}

@Test
@Tag("advanced")
public void testCreateArray() throws SQLException {
Connection connection = DriverManager.getConnection(ITBase.connectionUrl);
assertThrows(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;

@Tag("known_issue") // b/539615312
public class ITOpenTelemetryTest extends ITBase {

private static final String PROJECT_ID = ServiceOptions.getDefaultProjectId();
Expand Down
Loading