Skip to content

Commit

Permalink
fixed exclude tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lilgreenbird committed Jul 26, 2023
1 parent 6fe9a61 commit 9a9d71e
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,12 @@ public void testEncryptedConnection() throws SQLException {
try (Connection con = ds.getConnection()) {}
}

@Tag(Constants.xSQLv16)
@Tag(Constants.xSQLv11)
@Tag(Constants.xSQLv12)
@Tag(Constants.xSQLv14)
@Tag(Constants.xSQLv15)
@Tag(Constants.xAzureSQLDW)
@Tag(Constants.xAzureSQLDB)
@Test
public void testEncryptedStrictConnection() throws SQLException {
SQLServerDataSource ds = new SQLServerDataSource();
Expand Down

0 comments on commit 9a9d71e

Please sign in to comment.