Skip to content
Open
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 @@ -103,7 +103,6 @@ public static void afterClass() throws SQLException {
}

@Test
@Tag("known_issue") // b/539615199
@Tag("disable_tpc")
public void testValidAllDataTypesSerializationFromSelectQueryArrowDataset() throws SQLException {
String DATASET = "JDBC_INTEGRATION_DATASET";
Expand Down Expand Up @@ -2509,7 +2508,6 @@ private void validate(
}

@Test
@Tag("known_issue") // b/539615199
public void validateGetString() throws Exception {
final ImmutableMap<String, Object> stringResults =
new ImmutableMap.Builder<String, Object>()
Expand Down Expand Up @@ -2682,7 +2680,6 @@ public void validateGetShort() throws Exception {
}

@Test
@Tag("known_issue") // b/539615199
public void validateGetTime() throws Exception {
final ImmutableMap<String, Object> result =
new ImmutableMap.Builder<String, Object>()
Expand Down Expand Up @@ -2721,7 +2718,6 @@ public void validateGetDate() throws Exception {
}

@Test
@Tag("known_issue") // b/539615199
public void validateGetTimestamp() throws Exception {
final ImmutableMap<String, Object> result =
new ImmutableMap.Builder<String, Object>()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,6 @@ public void testMultipleExecuteBatches() throws SQLException {
}

@Test
@Tag("known_issue") // b/539615199
@Tag("disable_tpc")
public void testValidAllDataTypesSerializationFromSelectQuery() throws SQLException {
String DATASET = "JDBC_INTEGRATION_DATASET";
Expand Down Expand Up @@ -1100,7 +1099,6 @@ public void testRepeatedStructFromSelectQuery() throws SQLException {
}

@Test
@Tag("known_issue") // b/539615199
@Tag("disable_tpc")
public void testValidAllDataTypesSerializationFromSelectQueryArrowDataset() throws SQLException {
String DATASET = "JDBC_INTEGRATION_DATASET";
Expand Down
Loading