Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cheenamalhotra committed Apr 25, 2019
1 parent b61e57c commit 0997ac0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public class DataClassificationTest extends AbstractTest {
*/
@Test
public void testDataClassificationMetadata() throws Exception {
// Run this test only with newer SQL Servers (version>=2018) that support Data Classification
try (Statement stmt = connection.createStatement();) {
assert (TestUtils.serverSupportsDataClassification(stmt));
createTable(connection, stmt);
Expand Down

0 comments on commit 0997ac0

Please sign in to comment.