Skip to content

Commit

Permalink
exclude DW tag (#1608)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilgreenbird authored Jun 29, 2021
1 parent 99c3113 commit 753ca5f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public class ClientProcessIdTest extends AbstractTest {
}

@Test
@Tag(Constants.xAzureSQLDW)
public void testClientProcessId() throws SQLException {
SQLServerDataSource ds = new SQLServerDataSource();
ds.setURL(connectionString);
Expand Down

0 comments on commit 753ca5f

Please sign in to comment.