From 7e3c16d40319e1ec304ef0eea44828bfa0cdec0f Mon Sep 17 00:00:00 2001 From: nj1973 Date: Tue, 26 Nov 2024 10:54:10 +0000 Subject: [PATCH] tests: Skip DB2 dvt_binary --- tests/system/data_sources/test_db2.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/system/data_sources/test_db2.py b/tests/system/data_sources/test_db2.py index caddbe51..0b7a531b 100644 --- a/tests/system/data_sources/test_db2.py +++ b/tests/system/data_sources/test_db2.py @@ -13,6 +13,7 @@ # limitations under the License. import os +import pytest from unittest import mock from data_validation import cli_tools @@ -143,6 +144,10 @@ def test_column_validation_core_types_to_bigquery(): ) def test_column_validation_dvt_binary_to_bigquery(): """DB2 to BigQuery dvt_binary column validation""" + # Remove skip of this test when working on issue-1354 + pytest.skip( + "Skipping test_column_validation_dvt_binary_to_bigquery until issue-1354 is actioned" + ) column_validation_test( tc="bq-conn", tables="db2inst1.dvt_binary=pso_data_validator.dvt_binary",