Skip to content

Commit

Permalink
tests: Skip DB2 dvt_binary
Browse files Browse the repository at this point in the history
  • Loading branch information
nj1973 committed Nov 26, 2024
1 parent 664fb9e commit 7e3c16d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/system/data_sources/test_db2.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# limitations under the License.

import os
import pytest
from unittest import mock

from data_validation import cli_tools
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 7e3c16d

Please sign in to comment.