Skip to content

Commit

Permalink
Skip test that passes locally but fails in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ximenesuk committed Jun 26, 2024
1 parent f61dd55 commit eaa8413
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/db/test_mssql.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ def test_copy_rows_happy_path_fast_true(
assert result == test_table_data_dict


@pytest.mark.skip(reason="Since MSODBC18 this test is unreliable")
def test_copy_rows_happy_path_deprecated_tables_fast_true(
test_deprecated_tables, testdb_conn, testdb_conn2, test_table_data_dict):
# Note: ODBC driver requires separate connections for source and destination,
Expand Down

0 comments on commit eaa8413

Please sign in to comment.