Skip to content

Commit 36d4b2c

Browse files
committed
Removed AzureDW tag from tests added
1 parent 873ba80 commit 36d4b2c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/test/java/com/microsoft/sqlserver/jdbc/databasemetadata/DatabaseMetaDataTest.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,6 @@ public void testJSONMetaData() throws SQLException {
12031203
* @throws SQLException
12041204
*/
12051205
@Test
1206-
@Tag(Constants.xAzureSQLDW)
12071206
public void testPrintGetFunctionsResults() throws SQLException {
12081207
try (Connection conn = getConnection()) {
12091208
DatabaseMetaData metaData = conn.getMetaData();
@@ -1249,7 +1248,6 @@ public void testPrintGetFunctionsResults() throws SQLException {
12491248
* @throws SQLException
12501249
*/
12511250
@Test
1252-
@Tag(Constants.xAzureSQLDW)
12531251
public void testPrintGetProceduresResults() throws SQLException {
12541252
try (Connection conn = getConnection()) {
12551253
DatabaseMetaData metaData = conn.getMetaData();
@@ -1295,7 +1293,6 @@ public void testPrintGetProceduresResults() throws SQLException {
12951293
* @throws SQLException
12961294
*/
12971295
@Test
1298-
@Tag(Constants.xAzureSQLDW)
12991296
public void testGetFunctionsMetadataValidation() throws SQLException {
13001297
try (Connection conn = getConnection()) {
13011298
DatabaseMetaData metaData = conn.getMetaData();
@@ -1353,7 +1350,6 @@ public void testGetFunctionsMetadataValidation() throws SQLException {
13531350
* @throws SQLException
13541351
*/
13551352
@Test
1356-
@Tag(Constants.xAzureSQLDW)
13571353
public void testGetProceduresMetadataValidation() throws SQLException {
13581354
try (Connection conn = getConnection()) {
13591355
DatabaseMetaData metaData = conn.getMetaData();
@@ -1411,7 +1407,6 @@ public void testGetProceduresMetadataValidation() throws SQLException {
14111407
* @throws SQLException
14121408
*/
14131409
@Test
1414-
@Tag(Constants.xAzureSQLDW)
14151410
public void testGetProceduresWithData() throws SQLException {
14161411
String testProcedure1 = RandomUtil.getIdentifier("TestProc1");
14171412
String testProcedure2 = RandomUtil.getIdentifier("TestProc2");
@@ -1475,7 +1470,6 @@ public void testGetProceduresWithData() throws SQLException {
14751470
* @throws SQLException
14761471
*/
14771472
@Test
1478-
@Tag(Constants.xAzureSQLDW)
14791473
public void testGetFunctionsWithData() throws SQLException {
14801474
String testFunction1 = RandomUtil.getIdentifier("TestFunc1");
14811475
String testFunction2 = RandomUtil.getIdentifier("TestFunc2");

0 commit comments

Comments
 (0)