Skip to content

Commit

Permalink
Test | Added exclude tag for test not DW compatible (#1415)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilgreenbird committed Aug 26, 2020
1 parent 5191863 commit b875d09
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -811,6 +811,7 @@ public void testRedirectedError() {
/*
* Basic test to make sure lobs work with ConnectionPoolProxy as well
*/
@Tag(Constants.xAzureSQLDW)
@Test
public void testConnectionPoolProxyWithLobs() throws SQLException, IOException {
String cString = getConnectionString() + ";delayLoadingLobs=false;";
Expand Down

0 comments on commit b875d09

Please sign in to comment.