Skip to content

Commit

Permalink
Excluded DW (#2372)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkyc committed Mar 28, 2024
1 parent f626adf commit 539b117
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ public void testConnectRetryTimeout() {
}

@Test
@Tag(Constants.xAzureSQLDW)
public void testSocketTimeoutBoundedByLoginTimeoutReset() throws Exception {
try (Connection con = PrepUtil.getConnection(connectionString + ";socketTimeout=90000;loginTimeout=10;");
Statement stmt = con.createStatement()) {
Expand Down

0 comments on commit 539b117

Please sign in to comment.