@@ -1203,7 +1203,6 @@ public void testJSONMetaData() throws SQLException {
1203
1203
* @throws SQLException
1204
1204
*/
1205
1205
@ Test
1206
- @ Tag (Constants .xAzureSQLDW )
1207
1206
public void testPrintGetFunctionsResults () throws SQLException {
1208
1207
try (Connection conn = getConnection ()) {
1209
1208
DatabaseMetaData metaData = conn .getMetaData ();
@@ -1249,7 +1248,6 @@ public void testPrintGetFunctionsResults() throws SQLException {
1249
1248
* @throws SQLException
1250
1249
*/
1251
1250
@ Test
1252
- @ Tag (Constants .xAzureSQLDW )
1253
1251
public void testPrintGetProceduresResults () throws SQLException {
1254
1252
try (Connection conn = getConnection ()) {
1255
1253
DatabaseMetaData metaData = conn .getMetaData ();
@@ -1295,7 +1293,6 @@ public void testPrintGetProceduresResults() throws SQLException {
1295
1293
* @throws SQLException
1296
1294
*/
1297
1295
@ Test
1298
- @ Tag (Constants .xAzureSQLDW )
1299
1296
public void testGetFunctionsMetadataValidation () throws SQLException {
1300
1297
try (Connection conn = getConnection ()) {
1301
1298
DatabaseMetaData metaData = conn .getMetaData ();
@@ -1353,7 +1350,6 @@ public void testGetFunctionsMetadataValidation() throws SQLException {
1353
1350
* @throws SQLException
1354
1351
*/
1355
1352
@ Test
1356
- @ Tag (Constants .xAzureSQLDW )
1357
1353
public void testGetProceduresMetadataValidation () throws SQLException {
1358
1354
try (Connection conn = getConnection ()) {
1359
1355
DatabaseMetaData metaData = conn .getMetaData ();
@@ -1411,7 +1407,6 @@ public void testGetProceduresMetadataValidation() throws SQLException {
1411
1407
* @throws SQLException
1412
1408
*/
1413
1409
@ Test
1414
- @ Tag (Constants .xAzureSQLDW )
1415
1410
public void testGetProceduresWithData () throws SQLException {
1416
1411
String testProcedure1 = RandomUtil .getIdentifier ("TestProc1" );
1417
1412
String testProcedure2 = RandomUtil .getIdentifier ("TestProc2" );
@@ -1475,7 +1470,6 @@ public void testGetProceduresWithData() throws SQLException {
1475
1470
* @throws SQLException
1476
1471
*/
1477
1472
@ Test
1478
- @ Tag (Constants .xAzureSQLDW )
1479
1473
public void testGetFunctionsWithData () throws SQLException {
1480
1474
String testFunction1 = RandomUtil .getIdentifier ("TestFunc1" );
1481
1475
String testFunction2 = RandomUtil .getIdentifier ("TestFunc2" );
0 commit comments