@@ -201,6 +201,7 @@ public void testBulkCopyVector() throws SQLException {
201201 * Test bulk copy with a single JSON row.
202202 */
203203 @ Test
204+ @ AzureDB
204205 @ Tag (Constants .JSONTest )
205206 public void testBulkCopyJSON () throws SQLException {
206207 String dstTable = TestUtils
@@ -235,6 +236,7 @@ public void testBulkCopyJSON() throws SQLException {
235236 * Test bulk copy with empty JSON document
236237 */
237238 @ Test
239+ @ AzureDB
238240 @ Tag (Constants .JSONTest )
239241 public void testBulkCopyWithEmptyJsonDocument () throws SQLException {
240242 String dstTable = TestUtils
@@ -274,6 +276,7 @@ public void testBulkCopyWithEmptyJsonDocument() throws SQLException {
274276 * and compared using getString(columnIndex)
275277 */
276278 @ Test
279+ @ AzureDB
277280 @ Tag (Constants .JSONTest )
278281 public void testBulkCopyMultipleJsonRowsWithDifferentStructures () throws SQLException {
279282 String dstTable = TestUtils
@@ -316,6 +319,7 @@ public void testBulkCopyMultipleJsonRowsWithDifferentStructures() throws SQLExce
316319 * Test bulk copy with multiple JSON rows.
317320 */
318321 @ Test
322+ @ AzureDB
319323 @ Tag (Constants .JSONTest )
320324 public void testBulkCopyMultipleJsonRows () throws SQLException {
321325 String dstTable = TestUtils
@@ -358,6 +362,7 @@ public void testBulkCopyMultipleJsonRows() throws SQLException {
358362 * Test bulk copy with multiple JSON rows and columns.
359363 */
360364 @ Test
365+ @ AzureDB
361366 @ Tag (Constants .JSONTest )
362367 public void testBulkCopyMultipleJsonRowsAndColumns () throws SQLException {
363368 String dstTable = TestUtils
@@ -400,6 +405,7 @@ public void testBulkCopyMultipleJsonRowsAndColumns() throws SQLException {
400405 * Test bulk copy with sendStringParametersAsUnicode set to true and false for JSON column.
401406 */
402407 @ Test
408+ @ AzureDB
403409 @ Tag (Constants .JSONTest )
404410 public void testBulkCopyWithSendStringParametersAsUnicode () throws SQLException {
405411 // Unicode scenario
@@ -459,6 +465,7 @@ public void testBulkCopyWithSendStringParametersAsUnicode() throws SQLException
459465 * Test bulk copy with nested JSON documents.
460466 */
461467 @ Test
468+ @ AzureDB
462469 @ Tag (Constants .JSONTest )
463470 public void testBulkCopyNestedJsonRows () throws SQLException {
464471 String dstTable = TestUtils
@@ -501,6 +508,7 @@ public void testBulkCopyNestedJsonRows() throws SQLException {
501508 * Test bulk copy with various data types in JSON.
502509 */
503510 @ Test
511+ @ AzureDB
504512 @ Tag (Constants .JSONTest )
505513 public void testBulkCopyWithVariousDataTypes () throws SQLException {
506514 String dstTable = TestUtils
@@ -539,6 +547,7 @@ public void testBulkCopyWithVariousDataTypes() throws SQLException {
539547 * Test bulk copy with count verification.
540548 */
541549 @ Test
550+ @ AzureDB
542551 @ Tag (Constants .JSONTest )
543552 public void testBulkCopyWithCountVerification () throws SQLException {
544553 String dstTable = TestUtils
0 commit comments