Skip to content

Commit

Permalink
skip test for DW
Browse files Browse the repository at this point in the history
  • Loading branch information
lilgreenbird committed May 9, 2019
1 parent e8e3308 commit 9e1c537
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ public void testClosedConnection() throws SQLException {
}

@Test
@Tag(Constants.xAzureSQLDW)
public void testSetTransactionIsolation() throws SQLException {
try (Connection conn = getConnection()) {
conn.setTransactionIsolation(Connection.TRANSACTION_READ_COMMITTED);
Expand Down

0 comments on commit 9e1c537

Please sign in to comment.